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() |
void |
setFunctionArn(String functionArn) |
InvalidLambdaFunctionException |
withFunctionArn(String functionArn) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidLambdaFunctionException(String message)
message - Describes the error encountered.public void setFunctionArn(String functionArn)
functionArn - public String getFunctionArn()
public InvalidLambdaFunctionException withFunctionArn(String functionArn)
functionArn - Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.