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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



7278
7279
7280
7281
7282
# File 'lib/aws-sdk-costexplorer/types.rb', line 7278

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