@Generated(value="software.amazon.awssdk:codegen") public final class InvalidSnsTopicException extends SesException implements ToCopyableBuilder<InvalidSnsTopicException.Builder,InvalidSnsTopicException>
Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidSnsTopicException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidSnsTopicException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidSnsTopicException.Builder> |
serializableBuilderClass() |
InvalidSnsTopicException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
String |
topic()
Indicates that the topic does not exist.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidSnsTopicException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidSnsTopicException.Builder,InvalidSnsTopicException>toBuilder in class SesExceptionpublic static InvalidSnsTopicException.Builder builder()
public static Class<? extends InvalidSnsTopicException.Builder> serializableBuilderClass()
public String topic()
Indicates that the topic does not exist.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.