Class: Aws::MediaConnect::Types::CreateBridge420Exception
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateBridge420Exception
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Exception raised by AWS Elemental MediaConnect. See the error message and documentation 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
874 875 876 877 878 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 874 class CreateBridge420Exception < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |