@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, isClockSkewException
errorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public IDPCommunicationErrorException.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.