LexModelsV2 / Client / get_test_execution_artifacts_url
get_test_execution_artifacts_url#
- 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 - Request Syntax- response = client.get_test_execution_artifacts_url( testExecutionId='string' ) - Parameters:
- testExecutionId (string) – - [REQUIRED] - The unique identifier of the completed test execution. 
- Return type:
- 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- LexModelsV2.Client.exceptions.ThrottlingException
- LexModelsV2.Client.exceptions.ServiceQuotaExceededException
- LexModelsV2.Client.exceptions.ValidationException
- LexModelsV2.Client.exceptions.ResourceNotFoundException
- LexModelsV2.Client.exceptions.InternalServerException