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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#element_pathString

Returns:

  • (String)


12983
12984
12985
12986
12987
12988
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12983

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

#error_messageString

Returns:

  • (String)


12983
12984
12985
12986
12987
12988
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 12983

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