Class: Aws::IAM::Types::CredentialReportNotReadyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The request was rejected because the credential report is still being generated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1722
1723
1724
1725
1726
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1722

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