Struct rusoto_inspector::FailedItemDetails [] [src]

pub struct FailedItemDetails {
    pub failure_code: FailedItemErrorCode,
    pub retryable: Bool,
}

Includes details about the failed items.

Fields

The status code of a failed item.

Indicates whether you can immediately retry a request for this item for a specified resource.

Trait Implementations

impl Default for FailedItemDetails
[src]

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

impl Debug for FailedItemDetails
[src]

Formats the value using the given formatter.

impl Clone for FailedItemDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more