@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateDoesNotExistException extends AmazonSimpleEmailServiceException
Indicates that the Template object you specified does not exist in your Amazon SES account.
AmazonServiceException.ErrorType
Constructor and Description |
---|
TemplateDoesNotExistException(String message)
Constructs a new TemplateDoesNotExistException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getTemplateName() |
void |
setTemplateName(String templateName) |
TemplateDoesNotExistException |
withTemplateName(String templateName) |
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 TemplateDoesNotExistException(String message)
message
- Describes the error encountered.public void setTemplateName(String templateName)
templateName
- public String getTemplateName()
public TemplateDoesNotExistException withTemplateName(String templateName)
templateName
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.