Enum rusoto_lambda::ListFunctionsError [−][src]
pub enum ListFunctionsError {
InvalidParameterValue(String),
Service(String),
TooManyRequests(String),
HttpDispatch(HttpDispatchError),
Credentials(CredentialsError),
Validation(String),
Unknown(String),
}Errors returned by ListFunctions
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 ListFunctionsError[src]
impl ListFunctionsErrorpub fn from_body(body: &str) -> ListFunctionsError[src]
pub fn from_body(body: &str) -> ListFunctionsErrorTrait Implementations
impl Debug for ListFunctionsError[src]
impl Debug for ListFunctionsErrorfn 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 ListFunctionsError[src]
impl PartialEq for ListFunctionsErrorfn eq(&self, other: &ListFunctionsError) -> bool[src]
fn eq(&self, other: &ListFunctionsError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ListFunctionsError) -> bool[src]
fn ne(&self, other: &ListFunctionsError) -> boolThis method tests for !=.
impl From<Error> for ListFunctionsError[src]
impl From<Error> for ListFunctionsErrorfn from(err: Error) -> ListFunctionsError[src]
fn from(err: Error) -> ListFunctionsErrorPerforms the conversion.
impl From<CredentialsError> for ListFunctionsError[src]
impl From<CredentialsError> for ListFunctionsErrorfn from(err: CredentialsError) -> ListFunctionsError[src]
fn from(err: CredentialsError) -> ListFunctionsErrorPerforms the conversion.
impl From<HttpDispatchError> for ListFunctionsError[src]
impl From<HttpDispatchError> for ListFunctionsErrorfn from(err: HttpDispatchError) -> ListFunctionsError[src]
fn from(err: HttpDispatchError) -> ListFunctionsErrorPerforms the conversion.
impl From<Error> for ListFunctionsError[src]
impl From<Error> for ListFunctionsErrorfn from(err: Error) -> ListFunctionsError[src]
fn from(err: Error) -> ListFunctionsErrorPerforms the conversion.
impl Display for ListFunctionsError[src]
impl Display for ListFunctionsErrorfn 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 ListFunctionsError[src]
impl Error for ListFunctionsErrorAuto Trait Implementations
impl Send for ListFunctionsError
impl Send for ListFunctionsErrorimpl Sync for ListFunctionsError
impl Sync for ListFunctionsError