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)


12246
12247
12248
12249
12250
12251
# File 'lib/aws-sdk-medialive/types.rb', line 12246

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

#error_messageString

Returns:

  • (String)


12246
12247
12248
12249
12250
12251
# File 'lib/aws-sdk-medialive/types.rb', line 12246

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