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
3983 3984 3985 3986 3987 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3983 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |