[][src]Enum rusoto_ce::GetUsageForecastError

pub enum GetUsageForecastError {
    DataUnavailable(String),
    LimitExceeded(String),
    UnresolvableUsageUnit(String),
}

Errors returned by GetUsageForecast

Variants

DataUnavailable(String)

The requested data is unavailable.

LimitExceeded(String)

You made too many calls in a short period of time. Try again later.

UnresolvableUsageUnit(String)

Cost Explorer was unable to identify the usage unit. Provide UsageType/UsageTypeGroup filter selections that contain matching units, for example: hours.

Implementations

impl GetUsageForecastError[src]

Trait Implementations

impl Debug for GetUsageForecastError[src]

impl Display for GetUsageForecastError[src]

impl Error for GetUsageForecastError[src]

impl PartialEq<GetUsageForecastError> for GetUsageForecastError[src]

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