@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidLambdaFunctionException extends AmazonSimpleEmailServiceException
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()
Indicates that the ARN of the function was not found.
|
void |
setFunctionArn(String functionArn)
Indicates that the ARN of the function was not found.
|
InvalidLambdaFunctionException |
withFunctionArn(String functionArn)
Indicates that the ARN of the function was not found.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, 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 void setFunctionArn(String functionArn)
Indicates that the ARN of the function was not found.
functionArn
- Indicates that the ARN of the function was not found.public String getFunctionArn()
Indicates that the ARN of the function was not found.
public InvalidLambdaFunctionException withFunctionArn(String functionArn)
Indicates that the ARN of the function was not found.
functionArn
- Indicates that the ARN of the function was not found.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.