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.
13339 13340 13341 13342 13343 13344 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13339 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
13339 13340 13341 13342 13343 13344 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13339 class ValidationError < Struct.new( :element_path, :error_message) SENSITIVE = [] include Aws::Structure end |