Class: Aws::ChimeSDKIdentity::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1505 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1505 1506 1507 1508 1509 1510 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1505 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |