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

Class: Aws::DataPipeline::Types::ValidatePipelineDefinitionOutput

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

Overview

Contains the output of ValidatePipelineDefinition.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#erroredBoolean

Indicates whether there were validation errors.

Returns:

  • (Boolean)

    Indicates whether there were validation errors.

#validation_errorsArray<Types::ValidationError>

Any validation errors that were found.

Returns:

#validation_warningsArray<Types::ValidationWarning>

Any validation warnings that were found.

Returns: