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.

Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at least one watchlist. If you try to disassociate a fraudster from its only watchlist, a ValidationException is thrown.

Note:

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

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

Syntax

C#
public abstract DisassociateFraudsterResponse DisassociateFraudster(
         DisassociateFraudsterRequest request
)

Parameters

request
Type: Amazon.VoiceID.Model.DisassociateFraudsterRequest

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

Return Value


The response from the DisassociateFraudster 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.
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