[][src]Enum rusoto_resourcegroupstaggingapi::StartReportCreationError

pub enum StartReportCreationError {
    ConcurrentModification(String),
    ConstraintViolation(String),
    InternalService(String),
    InvalidParameter(String),
    Throttled(String),
}

Errors returned by StartReportCreation

Variants

ConcurrentModification(String)

The target of the operation is currently being modified by a different request. Try again later.

ConstraintViolation(String)

The request was denied because performing this operation violates a constraint.

Some of the reasons in the following list might not apply to this specific operation.

  • You must meet the prerequisites for using tag policies. For information, see Prerequisites and Permissions for Using Tag Policies in the AWS Organizations User Guide.

  • You must enable the tag policies service principal (tagpolicies.tag.amazonaws.com) to integrate with AWS Organizations For information, see EnableAWSServiceAccess.

  • You must have a tag policy attached to the organization root, an OU, or an account.

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 StartReportCreationError[src]

Trait Implementations

impl Debug for StartReportCreationError[src]

impl Display for StartReportCreationError[src]

impl Error for StartReportCreationError[src]

impl PartialEq<StartReportCreationError> for StartReportCreationError[src]

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