Class IDPCommunicationErrorException
- Namespace
- Amazon.SecurityToken.Model
- Assembly
- AWSSDK.SecurityToken.dll
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.
public class IDPCommunicationErrorException : AmazonSecurityTokenServiceException
- Inheritance
-
IDPCommunicationErrorException
Constructors
IDPCommunicationErrorException(Exception)
Construct instance of IDPCommunicationErrorException
public IDPCommunicationErrorException(Exception innerException)
Parameters
innerException
Exception
IDPCommunicationErrorException(string)
Constructs a new IDPCommunicationErrorException with the specified error message.
public IDPCommunicationErrorException(string message)
Parameters
message
stringDescribes the error encountered.
IDPCommunicationErrorException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of IDPCommunicationErrorException
public IDPCommunicationErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
IDPCommunicationErrorException(string, Exception)
Construct instance of IDPCommunicationErrorException
public IDPCommunicationErrorException(string message, Exception innerException)
Parameters
IDPCommunicationErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of IDPCommunicationErrorException
public IDPCommunicationErrorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode