@Generated(value="software.amazon.awssdk:codegen") public final class MissingRenderingAttributeException extends SesException implements ToCopyableBuilder<MissingRenderingAttributeException.Builder,MissingRenderingAttributeException>
Indicates that one or more of the replacement values for the specified template was not specified. Ensure that the TemplateData object contains references to all of the replacement tags in the specified template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MissingRenderingAttributeException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MissingRenderingAttributeException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MissingRenderingAttributeException.Builder> |
serializableBuilderClass() |
String |
templateName()
Returns the value of the TemplateName property for this object.
|
MissingRenderingAttributeException.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 MissingRenderingAttributeException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<MissingRenderingAttributeException.Builder,MissingRenderingAttributeException>toBuilder in class SesExceptionpublic static MissingRenderingAttributeException.Builder builder()
public static Class<? extends MissingRenderingAttributeException.Builder> serializableBuilderClass()
public String templateName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.