Struct aws_sdk_ses::error::InvalidLambdaFunctionException
source · #[non_exhaustive]pub struct InvalidLambdaFunctionException { /* private fields */ }
Expand description
Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could not execute the provided function, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
Implementations§
source§impl InvalidLambdaFunctionException
impl InvalidLambdaFunctionException
sourcepub fn function_arn(&self) -> Option<&str>
pub fn function_arn(&self) -> Option<&str>
Indicates that the ARN of the function was not found.
source§impl InvalidLambdaFunctionException
impl InvalidLambdaFunctionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidLambdaFunctionException
.
Trait Implementations§
source§impl Clone for InvalidLambdaFunctionException
impl Clone for InvalidLambdaFunctionException
source§fn clone(&self) -> InvalidLambdaFunctionException
fn clone(&self) -> InvalidLambdaFunctionException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Error for InvalidLambdaFunctionException
impl Error for InvalidLambdaFunctionException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidLambdaFunctionException> for InvalidLambdaFunctionException
impl PartialEq<InvalidLambdaFunctionException> for InvalidLambdaFunctionException
source§fn eq(&self, other: &InvalidLambdaFunctionException) -> bool
fn eq(&self, other: &InvalidLambdaFunctionException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.