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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1694
1695
1696
1697
1698
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1694

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