Struct aws_sdk_ses::error::InvalidLambdaFunctionException
source · [−]#[non_exhaustive]pub struct InvalidLambdaFunctionException {
pub function_arn: Option<String>,
pub message: Option<String>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.function_arn: Option<String>
Indicates that the ARN of the function was not found.
message: Option<String>
Implementations
Indicates that the ARN of the function was not found.
Creates a new builder-style object to manufacture InvalidLambdaFunctionException
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for InvalidLambdaFunctionException
impl Sync for InvalidLambdaFunctionException
impl Unpin for InvalidLambdaFunctionException
impl UnwindSafe for InvalidLambdaFunctionException
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more