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

Inherits:
Struct
  • Object
show all
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

#messageString

The error message returned by AWS Elemental MediaConnect.

Returns:

  • (String)


3657
3658
3659
3660
3661
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3657

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