:doc:`DevOpsGuru <../../devops-guru>` / Client / describe_feedback

*****************
describe_feedback
*****************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeFeedback>`_  


  **Request Syntax**
  ::

    response = client.describe_feedback(
        InsightId='string'
    )
    
  :type InsightId: string
  :param InsightId: 

    The ID of the insight for which the feedback was provided.

    

  
  
  :rtype: 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**
  
  *   :py:class:`DevOpsGuru.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DevOpsGuru.Client.exceptions.InternalServerException`

  
  *   :py:class:`DevOpsGuru.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DevOpsGuru.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DevOpsGuru.Client.exceptions.ValidationException`

  