Class: Aws::MediaLive::Types::UnprocessableEntityException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#element_pathString

Returns:

  • (String)


12146
12147
12148
12149
12150
12151
# File 'lib/aws-sdk-medialive/types.rb', line 12146

class UnprocessableEntityException < Struct.new(
  :element_path,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Returns:

  • (String)


12146
12147
12148
12149
12150
12151
# File 'lib/aws-sdk-medialive/types.rb', line 12146

class UnprocessableEntityException < Struct.new(
  :element_path,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end