Class: Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusError
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Gives a detailed description of the result of an action. It's on each cost allocation tag entry in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
An error code representing why the action failed on this entry.
-
#message ⇒ String
A message explaining why the action failed on this entry.
-
#tag_key ⇒ String
The key for the cost allocation tag.
Instance Attribute Details
#code ⇒ String
An error code representing why the action failed on this entry.
7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7324 class UpdateCostAllocationTagsStatusError < Struct.new( :tag_key, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message explaining why the action failed on this entry.
7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7324 class UpdateCostAllocationTagsStatusError < Struct.new( :tag_key, :code, :message) SENSITIVE = [] include Aws::Structure end |
#tag_key ⇒ String
The key for the cost allocation tag.
7324 7325 7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7324 class UpdateCostAllocationTagsStatusError < Struct.new( :tag_key, :code, :message) SENSITIVE = [] include Aws::Structure end |