Class: Aws::IAM::Types::CredentialReportExpiredException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1697
1698
1699
1700
1701
# File 'lib/aws-sdk-iam/types.rb', line 1697

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