Class: Aws::OAM::Types::InternalServiceFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::InternalServiceFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Unexpected error while processing the request. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amzn_error_type ⇒ String
The name of the exception.
- #message ⇒ String
Instance Attribute Details
#amzn_error_type ⇒ String
The name of the exception.
370 371 372 373 374 375 |
# File 'lib/aws-sdk-oam/types.rb', line 370 class InternalServiceFault < Struct.new( :message, :amzn_error_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
370 371 372 373 374 375 |
# File 'lib/aws-sdk-oam/types.rb', line 370 class InternalServiceFault < Struct.new( :message, :amzn_error_type) SENSITIVE = [] include Aws::Structure end |