Class: Aws::IAM::Errors::OpenIdIdpCommunicationErrorException Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-iam/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use ‘OpenIdIdpCommunicationError` instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpenIdIdpCommunicationErrorException

Returns a new instance of OpenIdIdpCommunicationErrorException.

Parameters:



448
449
450
# File 'lib/aws-sdk-iam/errors.rb', line 448

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


453
454
455
# File 'lib/aws-sdk-iam/errors.rb', line 453

def message
  @message || @data[:message]
end