:doc:`SageMakergeospatialcapabilities <../../sagemaker-geospatial>` / Client / stop_vector_enrichment_job

**************************
stop_vector_enrichment_job
**************************



.. py:method:: SageMakergeospatialcapabilities.Client.stop_vector_enrichment_job(**kwargs)

  

  Stops the Vector Enrichment job for a given job ARN.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/StopVectorEnrichmentJob>`_  


  **Request Syntax**
  ::

    response = client.stop_vector_enrichment_job(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the Vector Enrichment job.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedException`

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

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

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

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

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

  