FraudDetector / Client / update_event_label

update_event_label#

FraudDetector.Client.update_event_label(**kwargs)#

Updates the specified event with a new label.

See also: AWS API Documentation

Request Syntax

response = client.update_event_label(
    eventId='string',
    eventTypeName='string',
    assignedLabel='string',
    labelTimestamp='string'
)
Parameters:
  • eventId (string) –

    [REQUIRED]

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

  • eventTypeName (string) –

    [REQUIRED]

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

  • assignedLabel (string) –

    [REQUIRED]

    The new label to assign to the event.

  • labelTimestamp (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • FraudDetector.Client.exceptions.ValidationException

  • FraudDetector.Client.exceptions.ResourceNotFoundException

  • FraudDetector.Client.exceptions.InternalServerException

  • FraudDetector.Client.exceptions.ThrottlingException

  • FraudDetector.Client.exceptions.AccessDeniedException

  • FraudDetector.Client.exceptions.ConflictException