[][src]Struct rusoto_license_manager::LicenseOperationFailure

pub struct LicenseOperationFailure {
    pub error_message: Option<String>,
    pub failure_time: Option<f64>,
    pub metadata_list: Option<Vec<Metadata>>,
    pub operation_name: Option<String>,
    pub operation_requested_by: Option<String>,
    pub resource_arn: Option<String>,
    pub resource_owner_id: Option<String>,
    pub resource_type: Option<String>,
}

Describes the failure of a license operation.

Fields

error_message: Option<String>

Error message.

failure_time: Option<f64>

Failure time.

metadata_list: Option<Vec<Metadata>>

Reserved.

operation_name: Option<String>

Name of the operation.

operation_requested_by: Option<String>

The requester is "License Manager Automated Discovery".

resource_arn: Option<String>

Amazon Resource Name (ARN) of the resource.

resource_owner_id: Option<String>

ID of the AWS account that owns the resource.

resource_type: Option<String>

Resource type.

Trait Implementations

impl Clone for LicenseOperationFailure[src]

impl Debug for LicenseOperationFailure[src]

impl Default for LicenseOperationFailure[src]

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

impl PartialEq<LicenseOperationFailure> for LicenseOperationFailure[src]

impl StructuralPartialEq for LicenseOperationFailure[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: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument 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.