Class: Aws::ChimeSDKMeetings::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::ServiceFailureException
- Defined in:
- gems/aws-sdk-chimesdkmeetings/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
1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1468 class ServiceFailureException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1468 class ServiceFailureException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the failed request.
1468 1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1468 class ServiceFailureException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |