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].
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-iam/types.rb', line 1855 class CredentialReportNotPresentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |