[][src]Enum rusoto_mediaconvert::UpdatePresetError

pub enum UpdatePresetError {
    BadRequest(String),
    Conflict(String),
    Forbidden(String),
    InternalServerError(String),
    NotFound(String),
    TooManyRequests(String),
}

Errors returned by UpdatePreset

Variants

BadRequest(String)

The service can't process your request because of a problem in the request. Please check your request form and syntax.

Conflict(String)

The service couldn't complete your request because there is a conflict with the current state of the resource.

Forbidden(String)

You don't have permissions for this action with the credentials you sent.

InternalServerError(String)

The service encountered an unexpected condition and can't fulfill your request.

NotFound(String)

The resource you requested doesn't exist.

TooManyRequests(String)

Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.

Implementations

impl UpdatePresetError[src]

Trait Implementations

impl Debug for UpdatePresetError[src]

impl Display for UpdatePresetError[src]

impl Error for UpdatePresetError[src]

impl PartialEq<UpdatePresetError> for UpdatePresetError[src]

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