Class: Aws::IAM::Types::ReportGenerationLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ReportGenerationLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request failed because the maximum number of concurrent requests for this account are already running.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8379 8380 8381 8382 |
# File 'lib/aws-sdk-iam/types.rb', line 8379 class ReportGenerationLimitExceededException < Struct.new( :message) include Aws::Structure end |