Class: Aws::OpenSearchService::Types::InsightFeedbackResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The status of the feedback submission. Possible values are SUCCESS and ERROR.

Returns:

  • (String)


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