Class: Aws::IAM::Types::CredentialReportNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CredentialReportNotReadyException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2019 2020 2021 2022 2023 |
# File 'lib/aws-sdk-iam/types.rb', line 2019 class CredentialReportNotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |