Defines a validation error returned by PutPipelineDefinition or ValidatePipelineDefinition. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidationError
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidationError()()()() | Initializes a new instance of the ValidationError class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Errors | 
            A description of the validation error.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Id | 
            The identifier of the object that contains the validation error.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithErrors(array<String>[]()[][]) | Obsolete. 
            Adds elements to the Errors collection
             | 
|  | WithErrors(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the Errors collection
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ValidationError |