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()
Returns the value of the functionArn property for this object.
|
void |
setFunctionArn(java.lang.String functionArn)
Sets the value of functionArn
|
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()
public void setFunctionArn(java.lang.String functionArn)
functionArn
- The new value for the functionArn property for this
object.Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.