public class InvalidTemplateException extends AmazonServiceException
Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidTemplateException(java.lang.String message)
Constructs a new InvalidTemplateException 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 InvalidTemplateException(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.