Class: Aws::IAM::Types::OpenIdIdpCommunicationErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::OpenIdIdpCommunicationErrorException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
7587 7588 7589 7590 7591 |
# File 'lib/aws-sdk-iam/types.rb', line 7587 class OpenIdIdpCommunicationErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |