describe_feedback

DevOpsGuru.Client.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'
)
Parameters
InsightId (string) -- The ID of the insight for which the feedback was provided.
Return type
dict
Returns
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.

Exceptions

  • DevOpsGuru.Client.exceptions.AccessDeniedException
  • DevOpsGuru.Client.exceptions.InternalServerException
  • DevOpsGuru.Client.exceptions.ResourceNotFoundException
  • DevOpsGuru.Client.exceptions.ThrottlingException
  • DevOpsGuru.Client.exceptions.ValidationException