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.
      2176 2177 2178 2179 2180 2181  | 
    
      # File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2176 class LFTagError < Struct.new( :lf_tag, :error) SENSITIVE = [] include Aws::Structure end  | 
  
#lf_tag ⇒ Types::LFTagPair
The key-name of the LF-tag.
      2176 2177 2178 2179 2180 2181  | 
    
      # File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2176 class LFTagError < Struct.new( :lf_tag, :error) SENSITIVE = [] include Aws::Structure end  |