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
7752 7753 7754 7755 7756 |
# File 'lib/aws-sdk-iam/types.rb', line 7752 class OpenIdIdpCommunicationErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |