@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() |
void |
setFunctionArn(String functionArn) |
InvalidLambdaFunctionException |
withFunctionArn(String functionArn) |
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)
functionArn
- public String getFunctionArn()
public InvalidLambdaFunctionException withFunctionArn(String functionArn)
functionArn
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.