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
1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1495 class ServiceUnavailableException < Struct.new( :code, :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1495 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.
1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1495 class ServiceUnavailableException < Struct.new( :code, :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |