:doc:`IoT <../../iot>` / Client / put_verification_state_on_violation

***********************************
put_verification_state_on_violation
***********************************



.. py:method:: IoT.Client.put_verification_state_on_violation(**kwargs)

  

  Set a verification state and provide a description of that verification state on a violation (detect alarm).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/PutVerificationStateOnViolation>`_  


  **Request Syntax**
  ::

    response = client.put_verification_state_on_violation(
        violationId='string',
        verificationState='FALSE_POSITIVE'|'BENIGN_POSITIVE'|'TRUE_POSITIVE'|'UNKNOWN',
        verificationStateDescription='string'
    )
    
  :type violationId: string
  :param violationId: **[REQUIRED]** 

    The violation ID.

    

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

    The verification state of the violation.

    

  
  :type verificationStateDescription: string
  :param verificationStateDescription: 

    The description of the verification state of the violation (detect alarm).

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`IoT.Client.exceptions.InternalFailureException`

  