AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Associates the fraudsters with the watchlist specified in the same domain.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to AssociateFraudsterAsync.

Namespace: Amazon.VoiceID
Assembly: AWSSDK.VoiceID.dll
Version: 3.x.y.z

Syntax

C#
public abstract AssociateFraudsterResponse AssociateFraudster(
         AssociateFraudsterRequest request
)

Parameters

request
Type: Amazon.VoiceID.Model.AssociateFraudsterRequest

Container for the necessary parameters to execute the AssociateFraudster service method.

Return Value


The response from the AssociateFraudster service method, as returned by VoiceID.

Exceptions

ExceptionCondition
AccessDeniedException You do not have sufficient permissions to perform this action. Check the error message and try again.
ConflictException The request failed due to a conflict. Check the ConflictType and error message for more details.
InternalServerException The request failed due to an unknown error on the server side.
ResourceNotFoundException The specified resource cannot be found. Check the ResourceType and error message for more details.
ServiceQuotaExceededException The request exceeded the service quota. Refer to Voice ID Service Quotas and try your request again.
ThrottlingException The request was denied due to request throttling. Please slow down your request rate. Refer to Amazon Connect Voice ID Service API throttling quotas and try your request again.
ValidationException The request failed one or more validations; check the error message for more details.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also