[][src]Enum rusoto_meteringmarketplace::BatchMeterUsageError

pub enum BatchMeterUsageError {
    DisabledApi(String),
    InternalServiceError(String),
    InvalidCustomerIdentifier(String),
    InvalidProductCode(String),
    InvalidUsageDimension(String),
    Throttling(String),
    TimestampOutOfBounds(String),
}

Errors returned by BatchMeterUsage

Variants

DisabledApi(String)

The API is disabled in the Region.

InternalServiceError(String)

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

InvalidCustomerIdentifier(String)

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

InvalidProductCode(String)

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

InvalidUsageDimension(String)

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

Throttling(String)

The calls to the API are throttled.

TimestampOutOfBounds(String)

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

Implementations

impl BatchMeterUsageError[src]

Trait Implementations

impl Debug for BatchMeterUsageError[src]

impl Display for BatchMeterUsageError[src]

impl Error for BatchMeterUsageError[src]

impl PartialEq<BatchMeterUsageError> for BatchMeterUsageError[src]

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