[][src]Enum rusoto_mediaconvert::CreateJobError

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

Errors returned by CreateJob

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.

Methods

impl CreateJobError[src]

Trait Implementations

impl PartialEq<CreateJobError> for CreateJobError[src]

impl Display for CreateJobError[src]

impl Debug for CreateJobError[src]

impl Error for CreateJobError[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self