Serializable, ToCopyableBuilder<InvalidSnsTopicException.Builder,InvalidSnsTopicException>@Generated("software.amazon.awssdk:codegen") public 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 | Description |
|---|---|---|
static interface |
InvalidSnsTopicException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method | Description |
|---|---|---|
static InvalidSnsTopicException.Builder |
builder() |
|
static Class<? extends InvalidSnsTopicException.Builder> |
serializableBuilderClass() |
|
InvalidSnsTopicException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topic() |
isRetryablegetErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSnsTopicException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InvalidSnsTopicException.Builder,InvalidSnsTopicException>public static InvalidSnsTopicException.Builder builder()
public static Class<? extends InvalidSnsTopicException.Builder> serializableBuilderClass()
public String topic()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.