[][src]Enum rusoto_resourcegroupstaggingapi::TagResourcesError

pub enum TagResourcesError {
    InternalService(String),
    InvalidParameter(String),
    Throttled(String),
}

Errors returned by TagResources

Variants

InternalService(String)

The request processing failed because of an unknown error, exception, or failure. You can retry the request.

InvalidParameter(String)

A parameter is missing or a malformed string or invalid or out-of-range value was supplied for the request parameter.

Throttled(String)

The request was denied to limit the frequency of submitted requests.

Methods

impl TagResourcesError[src]

Trait Implementations

impl PartialEq<TagResourcesError> for TagResourcesError[src]

impl Display for TagResourcesError[src]

impl Debug for TagResourcesError[src]

impl StructuralPartialEq for TagResourcesError[src]

impl Error for TagResourcesError[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> ToString for T where
    T: Display + ?Sized
[src]

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> Same<T> for T

type Output = T

Should always be Self