Enum rusoto_imagebuilder::CreateComponentError[][src]

pub enum CreateComponentError {
    CallRateLimitExceeded(String),
    Client(String),
    Forbidden(String),
    IdempotentParameterMismatch(String),
    InvalidParameterCombination(String),
    InvalidRequest(String),
    InvalidVersionNumber(String),
    ResourceInUse(String),
    Service(String),
    ServiceQuotaExceeded(String),
    ServiceUnavailable(String),
}
Expand description

Errors returned by CreateComponent

Variants

CallRateLimitExceeded(String)

You have exceeded the permitted request rate for the specific operation.

Client(String)

These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an invalid resource identifier.

Forbidden(String)

You are not authorized to perform the requested operation.

IdempotentParameterMismatch(String)

You have specified a client token for an operation using parameter values that differ from a previous request that used the same client token.

InvalidParameterCombination(String)

You have specified two or more mutually exclusive parameters. Review the error message for details.

InvalidRequest(String)

You have made a request for an action that is not supported by the service.

InvalidVersionNumber(String)

Your version number is out of bounds or does not follow the required syntax.

ResourceInUse(String)

The resource that you are trying to operate on is currently in use. Review the message details and retry later.

Service(String)

This exception is thrown when the service encounters an unrecoverable exception.

ServiceQuotaExceeded(String)

You have exceeded the number of permitted resources or operations for this service. For service quotas, see EC2 Image Builder endpoints and quotas.

ServiceUnavailable(String)

The service is unable to process your request at this time.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.