Class: Aws::IAM::Types::CredentialReportNotPresentException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The request was rejected because the credential report does not exist. To generate a credential report, use GenerateCredentialReport.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1708
1709
1710
1711
1712
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1708

class CredentialReportNotPresentException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end