Class: Aws::LakeFormation::Types::LFTagError
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LFTagError
- 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
-
#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.
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_tag ⇒ Types::LFTagPair
The key-name of the LF-tag.
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 |