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(String message)
Constructs a new InvalidLambdaFunctionException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
String |
getFunctionArn()
Returns the value of the FunctionArn property for this object.
|
void |
setFunctionArn(String functionArn)
Sets the value of the FunctionArn property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidLambdaFunctionException(String message)
message
- Describes the error encountered.public String getFunctionArn()
public void setFunctionArn(String functionArn)
functionArn
- The new value for this object's FunctionArn property.Copyright © 2015. All rights reserved.