Class: Aws::MediaLive::Types::BadRequestExceptionResponseContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

The input fails to satisfy the constraints specified by an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Exception error message.

Returns:

  • (String)


13534
13535
13536
13537
13538
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13534

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