:doc:`SecurityIncidentResponse <../../security-ir>` / Client / send_feedback

*************
send_feedback
*************



.. py:method:: SecurityIncidentResponse.Client.send_feedback(**kwargs)

  

  Send feedback based on response investigation action

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/security-ir-2018-05-10/SendFeedback>`_  


  **Request Syntax**
  ::

    response = client.send_feedback(
        caseId='string',
        resultId='string',
        usefulness='USEFUL'|'NOT_USEFUL',
        comment='string'
    )
    
  :type caseId: string
  :param caseId: **[REQUIRED]** 

    Send feedback based on request caseID

    

  
  :type resultId: string
  :param resultId: **[REQUIRED]** 

    Send feedback based on request result ID

    

  
  :type usefulness: string
  :param usefulness: **[REQUIRED]** 

    Required enum value indicating user assessment of result q.....

    

  
  :type comment: string
  :param comment: 

    Send feedback based on request comments

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.SecurityIncidentResponseNotActiveException`

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

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

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

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.InvalidTokenException`

  