Class: Aws::ChimeSDKMessaging::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-chimesdkmessaging/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
3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3091 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3091 3092 3093 3094 3095 3096 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3091 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |