Class: Aws::IAM::Errors::CredentialReportNotReadyException 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 ReportInProgress instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CredentialReportNotReadyException.

Parameters:



180
181
182
# File 'lib/aws-sdk-iam/errors.rb', line 180

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String