:doc:`Personalize <../../personalize>` / Client / stop_solution_version_creation

******************************
stop_solution_version_creation
******************************



.. py:method:: Personalize.Client.stop_solution_version_creation(**kwargs)

  

  Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.

   

  Depending on the current state of the solution version, the solution version state changes as follows:

   

  
  * CREATE_PENDING > CREATE_STOPPED or
   
  * CREATE_IN_PROGRESS > CREATE_STOPPING > CREATE_STOPPED
  

   

  You are billed for all of the training completed up until you stop the solution version creation. You cannot resume creating a solution version once it has been stopped.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/StopSolutionVersionCreation>`_  


  **Request Syntax**
  ::

    response = client.stop_solution_version_creation(
        solutionVersionArn='string'
    )
    
  :type solutionVersionArn: string
  :param solutionVersionArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the solution version you want to stop creating.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Personalize.Client.exceptions.InvalidInputException`

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

  
  *   :py:class:`Personalize.Client.exceptions.ResourceInUseException`

  