Class: Aws::Account::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::InternalServerException
- Defined in:
- gems/aws-sdk-account/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
-
#error_type ⇒ String
The value populated to the
x-amzn-ErrorTyperesponse header by API Gateway. -
#message ⇒ String
Instance Attribute Details
#error_type ⇒ String
The value populated to the x-amzn-ErrorType response header by API
Gateway.
775 776 777 778 779 780 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 775 class InternalServerException < Struct.new( :message, :error_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
775 776 777 778 779 780 |
# File 'gems/aws-sdk-account/lib/aws-sdk-account/types.rb', line 775 class InternalServerException < Struct.new( :message, :error_type) SENSITIVE = [] include Aws::Structure end |