Class: Aws::ResourceExplorer2::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
The request failed because of internal service error. Try your request again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
621 622 623 624 625 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 621 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |