Class: Aws::MediaConnect::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The service is currently unavailable or busy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7097 7098 7099 7100 7101 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 7097 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |