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

************
put_feedback
************



.. py:method:: DevOpsGuru.Client.put_feedback(**kwargs)

  

  Collects customer feedback about the specified insight.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/PutFeedback>`_  


  **Request Syntax**
  ::

    response = client.put_feedback(
        InsightFeedback={
            'Id': 'string',
            'Feedback': 'VALID_COLLECTION'|'RECOMMENDATION_USEFUL'|'ALERT_TOO_SENSITIVE'|'DATA_NOISY_ANOMALY'|'DATA_INCORRECT'
        }
    )
    
  :type InsightFeedback: dict
  :param InsightFeedback: 

    The feedback from customers is about the recommendations in this insight.

    

  
    - **Id** *(string) --* 

      The insight feedback ID.

      

    
    - **Feedback** *(string) --* 

      The feedback provided by the customer.

      

    
  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DevOpsGuru.Client.exceptions.AccessDeniedException`

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

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

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

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

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

  