@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, 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 VerificationException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VerificationException.Builder,VerificationException>
toBuilder
in class SnsException
public static VerificationException.Builder builder()
public static Class<? extends VerificationException.Builder> serializableBuilderClass()
public String status()
The status of the verification error.
Copyright © 2021. All rights reserved.