Class: Aws::IAM::Errors::OpenIdIdpCommunicationErrorException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IAM::Errors::OpenIdIdpCommunicationErrorException
- Defined in:
- lib/aws-sdk-iam/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use OpenIdIdpCommunicationError instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpenIdIdpCommunicationErrorException
constructor
A new instance of OpenIdIdpCommunicationErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpenIdIdpCommunicationErrorException
Returns a new instance of OpenIdIdpCommunicationErrorException.
509 510 511 |
# File 'lib/aws-sdk-iam/errors.rb', line 509 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
514 |
# File 'lib/aws-sdk-iam/errors.rb', line 514
def message: () -> ::String
|