@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, isThrottlingException
requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public TemplateDoesNotExistException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TemplateDoesNotExistException.Builder,TemplateDoesNotExistException>
toBuilder
in class SesException
public static TemplateDoesNotExistException.Builder builder()
public static Class<? extends TemplateDoesNotExistException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2020. All rights reserved.