Class: Aws::STS::Types::IDPCommunicationErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::IDPCommunicationErrorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sts/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Method Summary
Methods included from Aws::Structure
#empty?, included, #initialize, #key?, new, #to_h, #to_s
Instance Attribute Details
#message ⇒ String
1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-sts/types.rb', line 1381 class IDPCommunicationErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |