Class: Aws::Account::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
The operation failed because of an error internal to Amazon Web Services. Try your operation again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
601 602 603 604 605 |
# File 'lib/aws-sdk-account/types.rb', line 601 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |