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

Class: Aws::DataPipeline::Types::ValidationWarning

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

Overview

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the object that contains the validation warning.

Returns:

  • (String)

    The identifier of the object that contains the validation warning.

#warningsArray<String>

A description of the validation warning.

Returns:

  • (Array<String>)

    A description of the validation warning.