Class: Aws::IAM::Types::OpenIdIdpCommunicationErrorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The request failed because IAM cannot connect to the OpenID Connect identity provider URL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7587
7588
7589
7590
7591
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7587

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