@Generated(value="software.amazon.awssdk:codegen") public final class InvalidLambdaFunctionException extends SesException implements ToCopyableBuilder<InvalidLambdaFunctionException.Builder,InvalidLambdaFunctionException>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidLambdaFunctionException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidLambdaFunctionException.Builder |
builder() |
String |
functionArn()
Indicates that the ARN of the function was not found.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidLambdaFunctionException.Builder> |
serializableBuilderClass() |
InvalidLambdaFunctionException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidLambdaFunctionException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidLambdaFunctionException.Builder,InvalidLambdaFunctionException>toBuilder in class SesExceptionpublic static InvalidLambdaFunctionException.Builder builder()
public static Class<? extends InvalidLambdaFunctionException.Builder> serializableBuilderClass()
public String functionArn()
Indicates that the ARN of the function was not found.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.