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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/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

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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