:doc:`FraudDetector <../../frauddetector>` / Client / update_event_label

******************
update_event_label
******************



.. py:method:: FraudDetector.Client.update_event_label(**kwargs)

  

  Updates the specified event with a new label.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/UpdateEventLabel>`_  


  **Request Syntax**
  ::

    response = client.update_event_label(
        eventId='string',
        eventTypeName='string',
        assignedLabel='string',
        labelTimestamp='string'
    )
    
  :type eventId: string
  :param eventId: **[REQUIRED]** 

    The ID of the event associated with the label to update.

    

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

    The event type of the event associated with the label to update.

    

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

    The new label to assign to the event.

    

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

    The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`FraudDetector.Client.exceptions.ValidationException`

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

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

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

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

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

  