[][src]Enum rusoto_resourcegroupstaggingapi::GetTagKeysError

pub enum GetTagKeysError {
    InternalService(String),
    InvalidParameter(String),
    PaginationTokenExpired(String),
    Throttled(String),
}

Errors returned by GetTagKeys

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.

PaginationTokenExpired(String)

A PaginationToken is valid for a maximum of 15 minutes. Your request was denied because the specified PaginationToken has expired.

Throttled(String)

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

Implementations

impl GetTagKeysError[src]

Trait Implementations

impl Debug for GetTagKeysError[src]

impl Display for GetTagKeysError[src]

impl Error for GetTagKeysError[src]

impl PartialEq<GetTagKeysError> for GetTagKeysError[src]

impl StructuralPartialEq for GetTagKeysError[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, 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.