Struct rusoto_ssm::FailedCreateAssociation [] [src]

pub struct FailedCreateAssociation {
    pub entry: Option<CreateAssociationBatchRequestEntry>,
    pub fault: Option<String>,
    pub message: Option<String>,
}

Describes a failed association.

Fields

The association.

The source of the failure.

A description of the failure.

Trait Implementations

impl Default for FailedCreateAssociation
[src]

[src]

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

impl Debug for FailedCreateAssociation
[src]

[src]

Formats the value using the given formatter.

impl Clone for FailedCreateAssociation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more