:doc:`LexModelsV2 <../../lexv2-models>` / Client / get_test_execution_artifacts_url

********************************
get_test_execution_artifacts_url
********************************



.. py:method:: LexModelsV2.Client.get_test_execution_artifacts_url(**kwargs)

  

  The pre-signed Amazon S3 URL to download the test execution result artifacts.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/GetTestExecutionArtifactsUrl>`_  


  **Request Syntax**
  ::

    response = client.get_test_execution_artifacts_url(
        testExecutionId='string'
    )
    
  :type testExecutionId: string
  :param testExecutionId: **[REQUIRED]** 

    The unique identifier of the completed test execution.

    

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

    
    ::

      {
          'testExecutionId': 'string',
          'downloadArtifactsUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **testExecutionId** *(string) --* 

        The unique identifier of the completed test execution.

        
      

      - **downloadArtifactsUrl** *(string) --* 

        The pre-signed Amazon S3 URL to download completed test execution.

        
  
  **Exceptions**
  
  *   :py:class:`LexModelsV2.Client.exceptions.ThrottlingException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.ServiceQuotaExceededException`

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

  
  *   :py:class:`LexModelsV2.Client.exceptions.ResourceNotFoundException`

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

  