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