Class: Aws::MediaConnect::Types::ResponseError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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

#messageString

The error message returned by AWS Elemental MediaConnect.

Returns:

  • (String)


3595
3596
3597
3598
3599
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3595

class ResponseError < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end