@Generated(value="software.amazon.awssdk:codegen") public final class InvalidRenderingParameterException extends SesException implements ToCopyableBuilder<InvalidRenderingParameterException.Builder,InvalidRenderingParameterException>
Indicates that one or more of the replacement values you provided is invalid. This error may occur when the TemplateData object contains invalid JSON.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidRenderingParameterException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidRenderingParameterException.Builder |
builder() |
static Class<? extends InvalidRenderingParameterException.Builder> |
serializableBuilderClass() |
String |
templateName()
Returns the value of the TemplateName property for this object.
|
InvalidRenderingParameterException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidRenderingParameterException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidRenderingParameterException.Builder,InvalidRenderingParameterException>toBuilder in class SesExceptionpublic static InvalidRenderingParameterException.Builder builder()
public static Class<? extends InvalidRenderingParameterException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.