Struct rusoto_inspector::FailedItemDetails[][src]

pub struct FailedItemDetails {
    pub failure_code: String,
    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. Read more

impl Clone for FailedItemDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FailedItemDetails
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations