@Generated(value="software.amazon.awssdk:codegen") public final class OptedOutException extends SnsException implements ToCopyableBuilder<OptedOutException.Builder,OptedOutException>
Indicates that the specified phone number opted out of receiving SMS messages from your Amazon Web Services account. You can't send SMS messages to phone numbers that opt out.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptedOutException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptedOutException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptedOutException.Builder> |
serializableBuilderClass() |
OptedOutException.Builder |
toBuilder() |
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 OptedOutException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptedOutException.Builder,OptedOutException>toBuilder in class SnsExceptionpublic static OptedOutException.Builder builder()
public static Class<? extends OptedOutException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.