@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public OptedOutException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<OptedOutException.Builder,OptedOutException>
toBuilder
in class SnsException
public static OptedOutException.Builder builder()
public static Class<? extends OptedOutException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.