Class: Aws::LakeFormation::Types::RemoveLFTagsFromResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::RemoveLFTagsFromResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::LFTagError>
A list of failures to untag a resource.
Instance Attribute Details
#failures ⇒ Array<Types::LFTagError>
A list of failures to untag a resource.
3088 3089 3090 3091 3092 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3088 class RemoveLFTagsFromResourceResponse < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |