Class: Aws::CostExplorer::Types::BackfillLimitExceededException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


399
400
401
402
403
# File 'lib/aws-sdk-costexplorer/types.rb', line 399

class BackfillLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end