Class: Aws::MediaConnect::Types::CreateGateway420Exception
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateGateway420Exception
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Exception raised by Elemental MediaConnect when creating the gateway. See the error message for the operation for more information on the cause of this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1329 class CreateGateway420Exception < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |