[][src]Enum rusoto_resourcegroupstaggingapi::UntagResourcesError

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

Errors returned by UntagResources

Variants

InternalService(String)

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

InvalidParameter(String)

This error indicates one of the following:

  • A parameter is missing.

  • A malformed string was supplied for the request parameter.

  • An out-of-range value was supplied for the request parameter.

  • The target ID is invalid, unsupported, or doesn't exist.

  • You can't access the Amazon S3 bucket for report storage. For more information, see Additional Requirements for Organization-wide Tag Compliance Reports in the AWS Organizations User Guide.

Throttled(String)

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

Implementations

impl UntagResourcesError[src]

Trait Implementations

impl Debug for UntagResourcesError[src]

impl Display for UntagResourcesError[src]

impl Error for UntagResourcesError[src]

impl PartialEq<UntagResourcesError> for UntagResourcesError[src]

impl StructuralPartialEq for UntagResourcesError[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> From<T> for T[src]

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