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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-iam/types.rb', line 1726 class CredentialReportExpiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |