Class: Aws::Kendra::Types::BatchDeleteFeaturedResultsSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchDeleteFeaturedResultsSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteFeaturedResultsSetError>
The list of errors for the featured results set IDs, explaining why they couldn’t be removed from the index.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteFeaturedResultsSetError>
The list of errors for the featured results set IDs, explaining why they couldn’t be removed from the index.
778 779 780 781 782 |
# File 'lib/aws-sdk-kendra/types.rb', line 778 class BatchDeleteFeaturedResultsSetResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |