DevOpsGuru / Client / put_feedback
put_feedback¶
- DevOpsGuru.Client.put_feedback(**kwargs)¶
- Collects customer feedback about the specified insight. - See also: AWS API Documentation - Request Syntax- response = client.put_feedback( InsightFeedback={ 'Id': 'string', 'Feedback': 'VALID_COLLECTION'|'RECOMMENDATION_USEFUL'|'ALERT_TOO_SENSITIVE'|'DATA_NOISY_ANOMALY'|'DATA_INCORRECT' } ) - Parameters:
- InsightFeedback (dict) – - The feedback from customers is about the recommendations in this insight. - Id (string) – - The insight feedback ID. 
- Feedback (string) – - The feedback provided by the customer. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions