Class: Aws::LakeFormation::Types::RemoveLFTagsFromResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::LFTagError>

A list of failures to untag a resource.

Returns:



2838
2839
2840
2841
2842
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2838

class RemoveLFTagsFromResourceResponse < Struct.new(
  :failures)
  SENSITIVE = []
  include Aws::Structure
end