Class: Aws::IAM::Types::CredentialReportNotPresentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CredentialReportNotPresentException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1740 1741 1742 1743 1744 |
# File 'lib/aws-sdk-iam/types.rb', line 1740 class CredentialReportNotPresentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |