Class: Aws::ChimeSDKMeetings::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request id associated with the call responsible for the exception.
-
#retry_after_seconds ⇒ String
The number of seconds the caller should wait before retrying.
Instance Attribute Details
#code ⇒ String
1460 1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1460 class ServiceUnavailableException < Struct.new( :code, :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1460 1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1460 class ServiceUnavailableException < Struct.new( :code, :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request id associated with the call responsible for the exception.
1460 1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1460 class ServiceUnavailableException < Struct.new( :code, :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
The number of seconds the caller should wait before retrying.
1460 1461 1462 1463 1464 1465 1466 1467 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1460 class ServiceUnavailableException < Struct.new( :code, :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |