Struct rusoto_ecr::LayerFailure [] [src]

pub struct LayerFailure {
    pub failure_code: Option<String>,
    pub failure_reason: Option<String>,
    pub layer_digest: Option<String>,
}

An object representing an Amazon ECR image layer failure.

Fields

The failure code associated with the failure.

The reason for the failure.

The layer digest associated with the failure.

Trait Implementations

impl Default for LayerFailure
[src]

[src]

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

impl Debug for LayerFailure
[src]

[src]

Formats the value using the given formatter.

impl Clone for LayerFailure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more