@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() |
String |
topic()
Indicates that the topic does not exist.
|
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 InvalidSnsTopicException.Builder toBuilder()
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 © 2022. All rights reserved.