Class: Aws::MediaConnect::Types::ResponseError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ResponseError
- 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
-
#message ⇒ String
The error message returned by AWS Elemental MediaConnect.
Instance Attribute Details
#message ⇒ String
The error message returned by AWS Elemental MediaConnect.
3657 3658 3659 3660 3661 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3657 class ResponseError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |