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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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:



2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2010

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

#lf_tagTypes::LFTagPair

The key-name of the LF-tag.

Returns:



2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2010

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