Class: Aws::Schemas::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ServiceUnavailableException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-schemas/types.rb', line 1607 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-schemas/types.rb', line 1607 class ServiceUnavailableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |