public class InvalidLambdaFunctionException extends AmazonServiceException
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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidLambdaFunctionException(java.lang.String message)
Constructs a new InvalidLambdaFunctionException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionArn()
Indicates that the ARN of the function was not found.
|
void |
setFunctionArn(java.lang.String functionArn)
Indicates that the ARN of the function was not found.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public InvalidLambdaFunctionException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getFunctionArn()
Indicates that the ARN of the function was not found.
Indicates that the ARN of the function was not found.
public void setFunctionArn(java.lang.String functionArn)
Indicates that the ARN of the function was not found.
functionArn
- Indicates that the ARN of the function was not found.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.