[][src]Struct rusoto_discovery::DiscoveryBatchDeleteImportDataError

pub struct DiscoveryBatchDeleteImportDataError {
    pub error_code: Option<String>,
    pub error_description: Option<String>,
    pub import_task_id: Option<String>,
}

Error messages returned for each import task that you deleted as a response for this command.

Fields

error_code: Option<String>

The type of error that occurred for a specific import task.

error_description: Option<String>

The description of the error that occurred for a specific import task.

import_task_id: Option<String>

The unique import ID associated with the error that occurred.

Trait Implementations

impl Clone for DiscoveryBatchDeleteImportDataError[src]

impl Default for DiscoveryBatchDeleteImportDataError[src]

impl PartialEq<DiscoveryBatchDeleteImportDataError> for DiscoveryBatchDeleteImportDataError[src]

impl Debug for DiscoveryBatchDeleteImportDataError[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self