Class: Aws::ChimeSDKMessaging::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
3078 3079 3080 3081 3082 3083 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3078 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3078 3079 3080 3081 3082 3083 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3078 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |