@Generated(value="software.amazon.awssdk:codegen") public final class InvalidTemplateException extends SesException implements ToCopyableBuilder<InvalidTemplateException.Builder,InvalidTemplateException>
Indicates that a template could not be created because it contained invalid JSON.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidTemplateException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidTemplateException.Builder |
builder() |
static Class<? extends InvalidTemplateException.Builder> |
serializableBuilderClass() |
String |
templateName()
Returns the value of the TemplateName property for this object.
|
InvalidTemplateException.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 InvalidTemplateException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidTemplateException.Builder,InvalidTemplateException>toBuilder in class SesExceptionpublic static InvalidTemplateException.Builder builder()
public static Class<? extends InvalidTemplateException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.