Class: Aws::IAM::Errors::CredentialReportNotPresentException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ReportNotPresent instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CredentialReportNotPresentException.

Parameters:



163
164
165
# File 'lib/aws-sdk-iam/errors.rb', line 163

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

Instance Method Details

#messageString

Returns:

  • (String)


168
# File 'lib/aws-sdk-iam/errors.rb', line 168

def message: () -> ::String