@Generated(value="software.amazon.awssdk:codegen") public class IDPCommunicationErrorException extends STSException implements ToCopyableBuilder<IDPCommunicationErrorException.Builder,IDPCommunicationErrorException>
The request could not be fulfilled because the non-AWS 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 non-AWS 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() |
static Class<? extends IDPCommunicationErrorException.Builder> |
serializableBuilderClass() |
IDPCommunicationErrorException.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic IDPCommunicationErrorException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<IDPCommunicationErrorException.Builder,IDPCommunicationErrorException>public static IDPCommunicationErrorException.Builder builder()
public static Class<? extends IDPCommunicationErrorException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.