Class: Aws::LakeFormation::Types::LFTagError
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LFTagError
- 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
-
#error ⇒ Types::ErrorDetail
An error that occurred with the attachment or detachment of the LF-tag.
-
#lf_tag ⇒ Types::LFTagPair
The key-name of the LF-tag.
Instance Attribute Details
#error ⇒ Types::ErrorDetail
An error that occurred with the attachment or detachment of the LF-tag.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2188 class LFTagError < Struct.new( :lf_tag, :error) SENSITIVE = [] include Aws::Structure end |
#lf_tag ⇒ Types::LFTagPair
The key-name of the LF-tag.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2188 class LFTagError < Struct.new( :lf_tag, :error) SENSITIVE = [] include Aws::Structure end |