Struct rusoto_ecs::Failure [] [src]

pub struct Failure {
    pub arn: Option<String>,
    pub reason: Option<String>,
}

A failed resource.

Fields

The Amazon Resource Name (ARN) of the failed resource.

The reason for the failure.

Trait Implementations

impl Default for Failure
[src]

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

impl Debug for Failure
[src]

Formats the value using the given formatter.

impl Clone for Failure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more