Class: Aws::IAM::Types::CredentialReportExpiredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CredentialReportExpiredException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the most recent credential report has expired. To generate a new credential report, use GenerateCredentialReport. For more information about credential report expiration, see [Getting Credential Reports] in the *IAM User Guide*.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1669 1670 1671 1672 |
# File 'lib/aws-sdk-iam/types.rb', line 1669 class CredentialReportExpiredException < Struct.new( :message) include Aws::Structure end |