Class: Aws::MediaLive::Types::NodeConfigurationValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::NodeConfigurationValidationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Details about a configuration error on the Node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#validation_errors ⇒ Array<Types::ValidationError>
A collection of validation error responses.
Instance Attribute Details
#message ⇒ String
The error message.
19940 19941 19942 19943 19944 19945 |
# File 'lib/aws-sdk-medialive/types.rb', line 19940 class NodeConfigurationValidationError < Struct.new( :message, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#validation_errors ⇒ Array<Types::ValidationError>
A collection of validation error responses.
19940 19941 19942 19943 19944 19945 |
# File 'lib/aws-sdk-medialive/types.rb', line 19940 class NodeConfigurationValidationError < Struct.new( :message, :validation_errors) SENSITIVE = [] include Aws::Structure end |