Class: Aws::CostExplorer::Types::BackfillLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::BackfillLimitExceededException
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
A request to backfill is already in progress. Once the previous request is complete, you can create another request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
466 467 468 469 470 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 466 class BackfillLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |