Class: Aws::LakeFormation::Types::LFTagError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

A structure containing an error related to a ‘TagResource` or `UnTagResource` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetail

An error that occurred with the attachment or detachment of the LF-tag.

Returns:



2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-lakeformation/types.rb', line 2152

class LFTagError < Struct.new(
  :lf_tag,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#lf_tagTypes::LFTagPair

The key-name of the LF-tag.

Returns:



2152
2153
2154
2155
2156
2157
# File 'lib/aws-sdk-lakeformation/types.rb', line 2152

class LFTagError < Struct.new(
  :lf_tag,
  :error)
  SENSITIVE = []
  include Aws::Structure
end