Class: Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::UpdateCostAllocationTagsStatusError>
A list of
UpdateCostAllocationTagsStatusError
objects with error details about each cost allocation tag that can't be updated.
Instance Attribute Details
#errors ⇒ Array<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 |