Enum rusoto_datapipeline::SetStatusError
[−]
[src]
pub enum SetStatusError { InternalServiceError(String), InvalidRequest(String), PipelineDeleted(String), PipelineNotFound(String), HttpDispatch(HttpDispatchError), Credentials(CredentialsError), Validation(String), Unknown(String), }
Errors returned by SetStatus
Variants
InternalServiceError(String)
An internal service error occurred.
InvalidRequest(String)
The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.
PipelineDeleted(String)
The specified pipeline has been deleted.
PipelineNotFound(String)
The specified pipeline was not found. Verify that you used the correct user and account identifiers.
HttpDispatch(HttpDispatchError)
An error occurred dispatching the HTTP request
Credentials(CredentialsError)
An error was encountered with AWS credentials.
Validation(String)
A validation error occurred. Details from AWS are provided.
Unknown(String)
An unknown error occurred. The raw HTTP response is provided.
Methods
impl SetStatusError
[src]
pub fn from_body(body: &str) -> SetStatusError
[src]
Trait Implementations
impl Debug for SetStatusError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for SetStatusError
[src]
fn eq(&self, __arg_0: &SetStatusError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SetStatusError) -> bool
[src]
This method tests for !=
.
impl From<Error> for SetStatusError
[src]
fn from(err: Error) -> SetStatusError
[src]
Performs the conversion.
impl From<CredentialsError> for SetStatusError
[src]
fn from(err: CredentialsError) -> SetStatusError
[src]
Performs the conversion.
impl From<HttpDispatchError> for SetStatusError
[src]
fn from(err: HttpDispatchError) -> SetStatusError
[src]
Performs the conversion.
impl From<Error> for SetStatusError
[src]
fn from(err: Error) -> SetStatusError
[src]
Performs the conversion.
impl Display for SetStatusError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more