Class: Aws::OpenSearchService::Types::InsightFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InsightFeedbackResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The result of an InsightFeedback request. Contains the status of the
feedback submission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the feedback submission.
Instance Attribute Details
#status ⇒ String
The status of the feedback submission. Possible values are SUCCESS
and ERROR.
5961 5962 5963 5964 5965 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5961 class InsightFeedbackResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |