Class: Aws::ChimeSDKMeetings::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::ServiceFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The service encountered an unexpected error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The ID of the failed request.
Instance Attribute Details
#code ⇒ String
1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1433 class ServiceFailureException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1433 class ServiceFailureException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the failed request.
1433 1434 1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1433 class ServiceFailureException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |