2021/02/16 - Amazon DevOps Guru - 1 new api methods
Changes Update devops-guru client to latest version
Returns the most recent feedback submitted in the current AWS account and Region.
See also: AWS API Documentation
Request Syntax
client.describe_feedback( InsightId='string' )
string
The ID of the insight for which the feedback was provided.
dict
Response Syntax
{ 'InsightFeedback': { 'Id': 'string', 'Feedback': 'VALID_COLLECTION'|'RECOMMENDATION_USEFUL'|'ALERT_TOO_SENSITIVE'|'DATA_NOISY_ANOMALY'|'DATA_INCORRECT' } }
Response Structure
(dict) --
InsightFeedback (dict) --
Information about insight feedback received from a customer.
Id (string) --
The insight feedback ID.
Feedback (string) --
The feedback provided by the customer.