Class: Aws::STS::Types::IDPCommunicationErrorException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1396
1397
1398
1399
1400
# File 'lib/aws-sdk-sts/types.rb', line 1396

class IDPCommunicationErrorException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end