Enum rusoto_machinelearning::CreateDataSourceFromRedshiftError
[−]
[src]
pub enum CreateDataSourceFromRedshiftError { IdempotentParameterMismatch(String), InvalidInput(String), InternalServer(String), HttpDispatch(HttpDispatchError), Credentials(CredentialsError), Validation(String), Unknown(String), }
Errors returned by CreateDataSourceFromRedshift
Variants
IdempotentParameterMismatch(String)
A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
InvalidInput(String)
An error on the client occurred. Typically, the cause is an invalid input value.
InternalServer(String)
An error on the server occurred when trying to process a request.
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 CreateDataSourceFromRedshiftError
[src]
pub fn from_body(body: &str) -> CreateDataSourceFromRedshiftError
[src]
Trait Implementations
impl Debug for CreateDataSourceFromRedshiftError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for CreateDataSourceFromRedshiftError
[src]
fn eq(&self, __arg_0: &CreateDataSourceFromRedshiftError) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CreateDataSourceFromRedshiftError) -> bool
[src]
This method tests for !=
.
impl From<Error> for CreateDataSourceFromRedshiftError
[src]
fn from(err: Error) -> CreateDataSourceFromRedshiftError
[src]
Performs the conversion.
impl From<CredentialsError> for CreateDataSourceFromRedshiftError
[src]
fn from(err: CredentialsError) -> CreateDataSourceFromRedshiftError
[src]
Performs the conversion.
impl From<HttpDispatchError> for CreateDataSourceFromRedshiftError
[src]
fn from(err: HttpDispatchError) -> CreateDataSourceFromRedshiftError
[src]
Performs the conversion.
impl From<Error> for CreateDataSourceFromRedshiftError
[src]
fn from(err: Error) -> CreateDataSourceFromRedshiftError
[src]
Performs the conversion.
impl Display for CreateDataSourceFromRedshiftError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more