@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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateDoesNotExistException.Builder> |
serializableBuilderClass() |
String |
templateName()
Returns the value of the TemplateName property for this object.
|
TemplateDoesNotExistException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic TemplateDoesNotExistException.Builder toBuilder()
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 © 2022. All rights reserved.