Class: Aws::MWAA::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
ServiceUnavailableException: The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1390 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |