@Generated(value="software.amazon.awssdk:codegen") public 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()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewException
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public InvalidTemplateException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InvalidTemplateException.Builder,InvalidTemplateException>
public static InvalidTemplateException.Builder builder()
public static Class<? extends InvalidTemplateException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.