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

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


7045
7046
7047
7048
7049
7050
7051
# File 'lib/aws-sdk-costexplorer/types.rb', line 7045

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)


7045
7046
7047
7048
7049
7050
7051
# File 'lib/aws-sdk-costexplorer/types.rb', line 7045

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

#tag_keyString

The key for the cost allocation tag.

Returns:

  • (String)


7045
7046
7047
7048
7049
7050
7051
# File 'lib/aws-sdk-costexplorer/types.rb', line 7045

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