You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataPipeline::Types::ValidationError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<String>

A description of the validation error.

Returns:

  • (Array<String>)

    A description of the validation error.

#idString

The identifier of the object that contains the validation error.

Returns:

  • (String)

    The identifier of the object that contains the validation error.