Class: Aws::MediaLive::Types::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ValidationError
- Includes:
- Structure
- Defined in:
- 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.
13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-medialive/types.rb', line 13229 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
13229 13230 13231 13232 13233 13234 |
# File 'lib/aws-sdk-medialive/types.rb', line 13229 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end |