Enum rusoto_lambda::DeleteAliasError [−][src]
pub enum DeleteAliasError {
InvalidParameterValue(String),
Service(String),
TooManyRequests(String),
HttpDispatch(HttpDispatchError),
Credentials(CredentialsError),
Validation(String),
Unknown(String),
}Errors returned by DeleteAlias
Variants
InvalidParameterValue(String)One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.
Service(String)The AWS Lambda service encountered an internal error.
TooManyRequests(String)
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 DeleteAliasError[src]
impl DeleteAliasErrorpub fn from_body(body: &str) -> DeleteAliasError[src]
pub fn from_body(body: &str) -> DeleteAliasErrorTrait Implementations
impl Debug for DeleteAliasError[src]
impl Debug for DeleteAliasErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DeleteAliasError[src]
impl PartialEq for DeleteAliasErrorfn eq(&self, other: &DeleteAliasError) -> bool[src]
fn eq(&self, other: &DeleteAliasError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DeleteAliasError) -> bool[src]
fn ne(&self, other: &DeleteAliasError) -> boolThis method tests for !=.
impl From<Error> for DeleteAliasError[src]
impl From<Error> for DeleteAliasErrorfn from(err: Error) -> DeleteAliasError[src]
fn from(err: Error) -> DeleteAliasErrorPerforms the conversion.
impl From<CredentialsError> for DeleteAliasError[src]
impl From<CredentialsError> for DeleteAliasErrorfn from(err: CredentialsError) -> DeleteAliasError[src]
fn from(err: CredentialsError) -> DeleteAliasErrorPerforms the conversion.
impl From<HttpDispatchError> for DeleteAliasError[src]
impl From<HttpDispatchError> for DeleteAliasErrorfn from(err: HttpDispatchError) -> DeleteAliasError[src]
fn from(err: HttpDispatchError) -> DeleteAliasErrorPerforms the conversion.
impl From<Error> for DeleteAliasError[src]
impl From<Error> for DeleteAliasErrorfn from(err: Error) -> DeleteAliasError[src]
fn from(err: Error) -> DeleteAliasErrorPerforms the conversion.
impl Display for DeleteAliasError[src]
impl Display for DeleteAliasErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for DeleteAliasError[src]
impl Error for DeleteAliasErrorAuto Trait Implementations
impl Send for DeleteAliasError
impl Send for DeleteAliasErrorimpl Sync for DeleteAliasError
impl Sync for DeleteAliasError