[][src]Enum rusoto_organizations::DescribeOrganizationError

pub enum DescribeOrganizationError {
    AWSOrganizationsNotInUse(String),
    AccessDenied(String),
    ConcurrentModification(String),
    Service(String),
    TooManyRequests(String),
}

Errors returned by DescribeOrganization

Variants

AWSOrganizationsNotInUse(String)

Your account isn't a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

AccessDenied(String)

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

ConcurrentModification(String)

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

Service(String)

AWS Organizations can't complete your request because of an internal service error. Try again later.

TooManyRequests(String)

You have sent too many requests in too short a period of time. The quota helps protect against denial-of-service attacks. Try again later.

For information about quotas that affect AWS Organizations, see Quotas for AWS Organizationsin the AWS Organizations User Guide.

Implementations

impl DescribeOrganizationError[src]

Trait Implementations

impl Debug for DescribeOrganizationError[src]

impl Display for DescribeOrganizationError[src]

impl Error for DescribeOrganizationError[src]

impl PartialEq<DescribeOrganizationError> for DescribeOrganizationError[src]

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