Class: Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioUsageModificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioUsageModificationResponse
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteBillScenarioUsageModificationError>
Returns the list of errors reason and the usage item keys that cannot be deleted from the Bill Scenario.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteBillScenarioUsageModificationError>
Returns the list of errors reason and the usage item keys that cannot be deleted from the Bill Scenario.
732 733 734 735 736 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 732 class BatchDeleteBillScenarioUsageModificationResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |