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'
}
)
The feedback from customers is about the recommendations in this insight.
The insight feedback ID.
The feedback provided by the customer.
{}
Response Structure
Exceptions
DevOpsGuru.Client.exceptions.AccessDeniedException
DevOpsGuru.Client.exceptions.ConflictException
DevOpsGuru.Client.exceptions.InternalServerException
DevOpsGuru.Client.exceptions.ResourceNotFoundException
DevOpsGuru.Client.exceptions.ThrottlingException
DevOpsGuru.Client.exceptions.ValidationException