describe_feedback
(**kwargs)¶Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
See also: AWS API Documentation
Request Syntax
response = client.describe_feedback(
InsightId='string'
)
{
'InsightFeedback': {
'Id': 'string',
'Feedback': 'VALID_COLLECTION'|'RECOMMENDATION_USEFUL'|'ALERT_TOO_SENSITIVE'|'DATA_NOISY_ANOMALY'|'DATA_INCORRECT'
}
}
Response Structure
Information about insight feedback received from a customer.
The insight feedback ID.
The feedback provided by the customer.
Exceptions
DevOpsGuru.Client.exceptions.AccessDeniedException
DevOpsGuru.Client.exceptions.InternalServerException
DevOpsGuru.Client.exceptions.ResourceNotFoundException
DevOpsGuru.Client.exceptions.ThrottlingException
DevOpsGuru.Client.exceptions.ValidationException