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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

class CredentialReportNotReadyException < Struct.new(
  :message)
  include Aws::Structure
end