@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MissingRenderingAttributeException extends AmazonSimpleEmailServiceException
Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.
AmazonServiceException.ErrorType
Constructor and Description |
---|
MissingRenderingAttributeException(String message)
Constructs a new MissingRenderingAttributeException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getTemplateName() |
void |
setTemplateName(String templateName) |
MissingRenderingAttributeException |
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 MissingRenderingAttributeException(String message)
message
- Describes the error encountered.public void setTemplateName(String templateName)
templateName
- public String getTemplateName()
public MissingRenderingAttributeException withTemplateName(String templateName)
templateName
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.