@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidRenderingParameterException extends AmazonSimpleEmailServiceException
Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidRenderingParameterException(String message)
Constructs a new InvalidRenderingParameterException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getTemplateName() |
void |
setTemplateName(String templateName) |
InvalidRenderingParameterException |
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 InvalidRenderingParameterException(String message)
message
- Describes the error encountered.public void setTemplateName(String templateName)
templateName
- public String getTemplateName()
public InvalidRenderingParameterException withTemplateName(String templateName)
templateName
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.