Class: Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioCommitmentModificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioCommitmentModificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteBillScenarioCommitmentModificationError>
Returns the list of errors reason and the commitment item keys that cannot be deleted from the Bill Scenario.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteBillScenarioCommitmentModificationError>
Returns the list of errors reason and the commitment item keys that cannot be deleted from the Bill Scenario.
676 677 678 679 680 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 676 class BatchDeleteBillScenarioCommitmentModificationResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |