@Generated(value="software.amazon.awssdk:codegen") public final class TemplateDoesNotExistException extends SesException implements ToCopyableBuilder<TemplateDoesNotExistException.Builder,TemplateDoesNotExistException>
Indicates that the Template object you specified does not exist in your Amazon SES account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateDoesNotExistException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemplateDoesNotExistException.Builder |
builder() |
static Class<? extends TemplateDoesNotExistException.Builder> |
serializableBuilderClass() |
String |
templateName()
Returns the value of the TemplateName property for this object.
|
TemplateDoesNotExistException.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 TemplateDoesNotExistException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<TemplateDoesNotExistException.Builder,TemplateDoesNotExistException>toBuilder in class SesExceptionpublic static TemplateDoesNotExistException.Builder builder()
public static Class<? extends TemplateDoesNotExistException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.