Class: Aws::MediaLive::Types::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ValidationError
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#element_path ⇒ String
Path to the source of the error.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#element_path ⇒ String
Path to the source of the error.
13445 13446 13447 13448 13449 13450 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13445 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
13445 13446 13447 13448 13449 13450 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13445 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end |