:doc:`FraudDetector <../../frauddetector>` / Client / update_detector_version_metadata

********************************
update_detector_version_metadata
********************************



.. py:method:: FraudDetector.Client.update_detector_version_metadata(**kwargs)

  

  Updates the detector version's description. You can update the metadata for any detector version ( ``DRAFT, ACTIVE,`` or ``INACTIVE``).

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/UpdateDetectorVersionMetadata>`_  


  **Request Syntax**
  ::

    response = client.update_detector_version_metadata(
        detectorId='string',
        detectorVersionId='string',
        description='string'
    )
    
  :type detectorId: string
  :param detectorId: **[REQUIRED]** 

    The detector ID.

    

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

    The detector version ID.

    

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

    The description.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`FraudDetector.Client.exceptions.ValidationException`

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

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

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

  
  *   :py:class:`FraudDetector.Client.exceptions.ConflictException`

  