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'
)
[REQUIRED]
The ID of the event associated with the label to update.
[REQUIRED]
The event type of the event associated with the label to update.
[REQUIRED]
The new label to assign to the event.
[REQUIRED]
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
dict
Response Syntax
{}
Response Structure
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