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
7779 7780 7781 7782 7783 |
# File 'lib/aws-sdk-iam/types.rb', line 7779 class OpenIdIdpCommunicationErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |