Class: Aws::CostExplorer::Types::BackfillLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::BackfillLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
394 395 396 397 398 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 394 class BackfillLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |