@Generated(value="software.amazon.awssdk:codegen") public final class InvalidTemplateException extends SesException implements ToCopyableBuilder<InvalidTemplateException.Builder,InvalidTemplateException>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
InvalidTemplateException.Builder |
Modifier and Type | Method and Description |
---|---|
static InvalidTemplateException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
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, isThrottlingException
requestId, 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()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InvalidTemplateException.Builder,InvalidTemplateException>
toBuilder
in class SesException
public static InvalidTemplateException.Builder builder()
public static Class<? extends InvalidTemplateException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.