Struct rusoto_resourcegroupstaggingapi::FailureInfo[][src]

pub struct FailureInfo {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub status_code: Option<i64>,
}

Details of the common errors that all actions return.

Fields

The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the AWS service that hosts the resource that you want to tag.

The message of the common error.

The HTTP status code of the common error.

Trait Implementations

impl Default for FailureInfo
[src]

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

impl Debug for FailureInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for FailureInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FailureInfo
[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

impl Send for FailureInfo

impl Sync for FailureInfo