Class: Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

An error code representing why the action failed on this entry.

Returns:

  • (String)


8529
8530
8531
8532
8533
8534
8535
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8529

class UpdateCostAllocationTagsStatusError < Struct.new(
  :tag_key,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message explaining why the action failed on this entry.

Returns:

  • (String)


8529
8530
8531
8532
8533
8534
8535
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8529

class UpdateCostAllocationTagsStatusError < Struct.new(
  :tag_key,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keyString

The key for the cost allocation tag.

Returns:

  • (String)


8529
8530
8531
8532
8533
8534
8535
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8529

class UpdateCostAllocationTagsStatusError < Struct.new(
  :tag_key,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end