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
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
functionArn |
private static long |
serialVersionUID |
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() |
void |
setFunctionArn(java.lang.String functionArn) |
InvalidLambdaFunctionException |
withFunctionArn(java.lang.String functionArn) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
private static final long serialVersionUID
private java.lang.String functionArn
public InvalidLambdaFunctionException(java.lang.String message)
message
- Describes the error encountered.public void setFunctionArn(java.lang.String functionArn)
functionArn
- public java.lang.String getFunctionArn()
public InvalidLambdaFunctionException withFunctionArn(java.lang.String functionArn)
functionArn
-