VoiceID / Client / associate_fraudster
associate_fraudster#
- VoiceID.Client.associate_fraudster(**kwargs)#
- Associates the fraudsters with the watchlist specified in the same domain. - See also: AWS API Documentation - Request Syntax- response = client.associate_fraudster( DomainId='string', FraudsterId='string', WatchlistId='string' ) - Parameters:
- DomainId (string) – - [REQUIRED] - The identifier of the domain that contains the fraudster. 
- FraudsterId (string) – - [REQUIRED] - The identifier of the fraudster to be associated with the watchlist. 
- WatchlistId (string) – - [REQUIRED] - The identifier of the watchlist you want to associate with the fraudster. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Fraudster': { 'CreatedAt': datetime(2015, 1, 1), 'DomainId': 'string', 'GeneratedFraudsterId': 'string', 'WatchlistIds': [ 'string', ] } } - Response Structure- (dict) – - Fraudster (dict) – - Contains all the information about a fraudster. - CreatedAt (datetime) – - The timestamp of when Voice ID identified the fraudster. 
- DomainId (string) – - The identifier of the domain that contains the fraudster. 
- GeneratedFraudsterId (string) – - The service-generated identifier for the fraudster. 
- WatchlistIds (list) – - The identifier of the watchlists the fraudster is a part of. - (string) – 
 
 
 
 
 - Exceptions- VoiceID.Client.exceptions.ServiceQuotaExceededException
- VoiceID.Client.exceptions.ResourceNotFoundException
- VoiceID.Client.exceptions.ValidationException
- VoiceID.Client.exceptions.ConflictException
- VoiceID.Client.exceptions.InternalServerException
- VoiceID.Client.exceptions.ThrottlingException
- VoiceID.Client.exceptions.AccessDeniedException