:doc:`VoiceID <../../voice-id>` / Client / describe_fraudster

******************
describe_fraudster
******************



.. py:method:: VoiceID.Client.describe_fraudster(**kwargs)

  

  Describes the specified fraudster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/DescribeFraudster>`_  


  **Request Syntax**
  ::

    response = client.describe_fraudster(
        DomainId='string',
        FraudsterId='string'
    )
    
  :type DomainId: string
  :param DomainId: **[REQUIRED]** 

    The identifier of the domain that contains the fraudster.

    

  
  :type FraudsterId: string
  :param FraudsterId: **[REQUIRED]** 

    The identifier of the fraudster you are describing.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Fraudster': {
              'CreatedAt': datetime(2015, 1, 1),
              'DomainId': 'string',
              'GeneratedFraudsterId': 'string',
              'WatchlistIds': [
                  'string',
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Fraudster** *(dict) --* 

        Information about the specified 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**
  
  *   :py:class:`VoiceID.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`VoiceID.Client.exceptions.ValidationException`

  
  *   :py:class:`VoiceID.Client.exceptions.InternalServerException`

  
  *   :py:class:`VoiceID.Client.exceptions.ThrottlingException`

  
  *   :py:class:`VoiceID.Client.exceptions.AccessDeniedException`

  