Class: Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::UpdateCostAllocationTagsStatusError>

A list of UpdateCostAllocationTagsStatusError objects with error details about each cost allocation tag that can't be updated. If there's no failure, an empty array returns.



6772
6773
6774
6775
6776
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6772

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