Serializable
, ToCopyableBuilder<IDPCommunicationErrorException.Builder,IDPCommunicationErrorException>
@Generated("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 | Description |
---|---|---|
static interface |
IDPCommunicationErrorException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | 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.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.