Class: Aws::MediaLive::Types::ValidationError

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

Path to the source of the error.

Returns:

  • (String)


12866
12867
12868
12869
12870
12871
# File 'lib/aws-sdk-medialive/types.rb', line 12866

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

#error_messageString

The error message.

Returns:

  • (String)


12866
12867
12868
12869
12870
12871
# File 'lib/aws-sdk-medialive/types.rb', line 12866

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