Struct rusoto_datapipeline::ValidationError [] [src]

pub struct ValidationError {
    pub errors: Option<ValidationMessages>,
    pub id: Option<Id>,
}

Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.

Fields

A description of the validation error.

The identifier of the object that contains the validation error.

Trait Implementations

impl Default for ValidationError
[src]

Returns the "default value" for a type. Read more

impl Debug for ValidationError
[src]

Formats the value using the given formatter.

impl Clone for ValidationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more