Class: Aws::BCMPricingCalculator::Types::BatchDeleteBillScenarioUsageModificationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<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