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)


7254
7255
7256
7257
7258
7259
7260
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7254

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)


7254
7255
7256
7257
7258
7259
7260
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7254

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

#tag_keyString

The key for the cost allocation tag.

Returns:

  • (String)


7254
7255
7256
7257
7258
7259
7260
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7254

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