Class: Aws::OpenSearchService::Types::InsightFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InsightFeedbackResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
5864 5865 5866 5867 5868 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5864 class InsightFeedbackResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |