Struct rusoto_ecr::ImageFailure [] [src]

pub struct ImageFailure {
    pub failure_code: Option<String>,
    pub failure_reason: Option<String>,
    pub image_id: Option<ImageIdentifier>,
}

An object representing an Amazon ECR image failure.

Fields

The code associated with the failure.

The reason for the failure.

The image ID associated with the failure.

Trait Implementations

impl Default for ImageFailure
[src]

[src]

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

impl Debug for ImageFailure
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageFailure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more