Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_fraudster

describe_fraudster(**kwargs)

Describes the specified fraudster.

See also: AWS API Documentation

Request Syntax

response = client.describe_fraudster(
    DomainId='string',
    FraudsterId='string'
)
Parameters
  • DomainId (string) --

    [REQUIRED]

    The identifier of the domain containing the fraudster.

  • FraudsterId (string) --

    [REQUIRED]

    The identifier of the fraudster you are describing.

Return type

dict

Returns

Response Syntax

{
    'Fraudster': {
        'CreatedAt': datetime(2015, 1, 1),
        'DomainId': 'string',
        'GeneratedFraudsterId': 'string'
    }
}

Response Structure

  • (dict) --

    • Fraudster (dict) --

      Information about the specified fraudster.

      • CreatedAt (datetime) --

        The timestamp when Voice ID identified the fraudster.

      • DomainId (string) --

        The identifier for the domain containing the fraudster.

      • GeneratedFraudsterId (string) --

        The service-generated identifier for the fraudster.

Exceptions

  • VoiceID.Client.exceptions.ResourceNotFoundException
  • VoiceID.Client.exceptions.ValidationException
  • VoiceID.Client.exceptions.InternalServerException
  • VoiceID.Client.exceptions.ThrottlingException
  • VoiceID.Client.exceptions.AccessDeniedException