Enum rusoto_meteringmarketplace::BatchMeterUsageError [] [src]

pub enum BatchMeterUsageError {
    InternalServiceError(String),
    InvalidCustomerIdentifier(String),
    InvalidProductCode(String),
    InvalidUsageDimension(String),
    Throttling(String),
    TimestampOutOfBounds(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by BatchMeterUsage

Variants

An internal error has occurred. Retry your request. If the problem persists, post a message with details on the AWS forums.

You have metered usage for a CustomerIdentifier that does not exist.

The product code passed does not match the product code used for publishing the product.

The usage dimension does not match one of the UsageDimensions associated with products.

The calls to the MeterUsage API are throttled.

The timestamp value passed in the meterUsage() is out of allowed range.

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

Trait Implementations

impl Debug for BatchMeterUsageError
[src]

Formats the value using the given formatter.

impl PartialEq for BatchMeterUsageError
[src]

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

This method tests for !=.

impl From<Error> for BatchMeterUsageError
[src]

Performs the conversion.

impl From<CredentialsError> for BatchMeterUsageError
[src]

Performs the conversion.

impl From<HttpDispatchError> for BatchMeterUsageError
[src]

Performs the conversion.

impl Display for BatchMeterUsageError
[src]

Formats the value using the given formatter. Read more

impl Error for BatchMeterUsageError
[src]

A short description of the error. Read more

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