describe_fraudster
(**kwargs)¶Describes the specified fraudster.
See also: AWS API Documentation
Request Syntax
response = client.describe_fraudster(
DomainId='string',
FraudsterId='string'
)
[REQUIRED]
The identifier of the domain containing the fraudster.
[REQUIRED]
The identifier of the fraudster you are describing.
dict
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