Class: Aws::Chime::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
7614 7615 7616 7617 7618 7619 |
# File 'lib/aws-sdk-chime/types.rb', line 7614 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7614 7615 7616 7617 7618 7619 |
# File 'lib/aws-sdk-chime/types.rb', line 7614 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |