@Generated(value="software.amazon.awssdk:codegen") public final class VerificationException extends SnsException implements ToCopyableBuilder<VerificationException.Builder,VerificationException>
Indicates that the one-time password (OTP) used for verification is invalid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerificationException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VerificationException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerificationException.Builder> |
serializableBuilderClass() |
String |
status()
The status of the verification error.
|
VerificationException.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 VerificationException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerificationException.Builder,VerificationException>toBuilder in class SnsExceptionpublic static VerificationException.Builder builder()
public static Class<? extends VerificationException.Builder> serializableBuilderClass()
public String status()
The status of the verification error.
Copyright © 2023. All rights reserved.