public class InvalidRenderingParameterException extends AmazonServiceException
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(java.lang.String message)
Constructs a new InvalidRenderingParameterException 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 InvalidRenderingParameterException(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.