@Generated(value="software.amazon.awssdk:codegen") public final class IdpCommunicationErrorException extends StsException implements ToCopyableBuilder<IdpCommunicationErrorException.Builder,IdpCommunicationErrorException>
The request could not be fulfilled because the identity provider (IDP) that was asked to verify the incoming identity token could not be reached. This is often a transient error caused by network conditions. Retry the request a limited number of times so that you don't exceed the request rate. If the error persists, the identity provider might be down or not responding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdpCommunicationErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdpCommunicationErrorException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdpCommunicationErrorException.Builder> |
serializableBuilderClass() |
IdpCommunicationErrorException.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 IdpCommunicationErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdpCommunicationErrorException.Builder,IdpCommunicationErrorException>toBuilder in class StsExceptionpublic static IdpCommunicationErrorException.Builder builder()
public static Class<? extends IdpCommunicationErrorException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.