Enum rusoto_organizations::DescribeOrganizationError [] [src]

pub enum DescribeOrganizationError {
    AWSOrganizationsNotInUse(String),
    AccessDenied(String),
    ConcurrentModification(String),
    Service(String),
    TooManyRequests(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DescribeOrganization

Variants

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

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.

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

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

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

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl DescribeOrganizationError
[src]

Trait Implementations

impl Debug for DescribeOrganizationError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DescribeOrganizationError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<Error> for DescribeOrganizationError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for DescribeOrganizationError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for DescribeOrganizationError
[src]

[src]

Performs the conversion.

impl From<Error> for DescribeOrganizationError
[src]

[src]

Performs the conversion.

impl Display for DescribeOrganizationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DescribeOrganizationError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more