[][src]Struct rusoto_macie::FailedS3Resource

pub struct FailedS3Resource {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub failed_item: Option<S3Resource>,
}

Includes details about the failed S3 resources.

Fields

error_code: Option<String>

The status code of a failed item.

error_message: Option<String>

The error message of a failed item.

failed_item: Option<S3Resource>

The failed S3 resources.

Trait Implementations

impl Clone for FailedS3Resource[src]

impl Debug for FailedS3Resource[src]

impl Default for FailedS3Resource[src]

impl<'de> Deserialize<'de> for FailedS3Resource[src]

impl PartialEq<FailedS3Resource> for FailedS3Resource[src]

impl StructuralPartialEq for FailedS3Resource[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.