Struct rusoto_ec2::UnsuccessfulItem [] [src]

pub struct UnsuccessfulItem {
    pub error: UnsuccessfulItemError,
    pub resource_id: Option<String>,
}

Information about items that were not successfully processed in a batch call.

Fields

Information about the error.

The ID of the resource.

Trait Implementations

impl Default for UnsuccessfulItem
[src]

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

impl Debug for UnsuccessfulItem
[src]

Formats the value using the given formatter.

impl Clone for UnsuccessfulItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more