Class: Aws::DataPipeline::Types::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::ValidationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<String>
A description of the validation error.
-
#id ⇒ String
The identifier of the object that contains the validation error.
Instance Attribute Details
#errors ⇒ Array<String>
A description of the validation error.
1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 1277 class ValidationError < Struct.new( :id, :errors) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the object that contains the validation error.
1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 1277 class ValidationError < Struct.new( :id, :errors) SENSITIVE = [] include Aws::Structure end |