public class TemplateDoesNotExistException extends AmazonServiceException
Indicates that the Template object you specified does not exist in your Amazon SES account.
AmazonServiceException.ErrorType
Constructor and Description |
---|
TemplateDoesNotExistException(java.lang.String message)
Constructs a new TemplateDoesNotExistException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTemplateName()
Returns the value of the templateName property for this object.
|
void |
setTemplateName(java.lang.String templateName)
Sets the value of templateName
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public TemplateDoesNotExistException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getTemplateName()
public void setTemplateName(java.lang.String templateName)
templateName
- The new value for the templateName property for this
object.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.