[][src]Enum rusoto_config::PutConfigurationAggregatorError

pub enum PutConfigurationAggregatorError {
    InvalidParameterValue(String),
    InvalidRole(String),
    LimitExceeded(String),
    NoAvailableOrganization(String),
    OrganizationAccessDenied(String),
    OrganizationAllFeaturesNotEnabled(String),
}

Errors returned by PutConfigurationAggregator

Variants

InvalidParameterValue(String)

One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.

InvalidRole(String)

You have provided a null or empty role ARN.

LimitExceeded(String)

For StartConfigRulesEvaluation API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation API more than once per minute.

For PutConfigurationAggregator API, this exception is thrown if the number of accounts and aggregators exceeds the limit.

NoAvailableOrganization(String)

Organization is no longer available.

OrganizationAccessDenied(String)

For PutConfigAggregator API, no permission to call EnableAWSServiceAccess API.

For all OrganizationConfigRule and OrganizationConformancePack APIs, AWS Config throws an exception if APIs are called from member accounts. All APIs must be called from organization master account.

OrganizationAllFeaturesNotEnabled(String)

AWS Config resource cannot be created because your organization does not have all features enabled.

Implementations

impl PutConfigurationAggregatorError[src]

Trait Implementations

impl Debug for PutConfigurationAggregatorError[src]

impl Display for PutConfigurationAggregatorError[src]

impl Error for PutConfigurationAggregatorError[src]

impl PartialEq<PutConfigurationAggregatorError> for PutConfigurationAggregatorError[src]

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