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.



7283
7284
7285
7286
7287
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7283

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