:doc:`DeviceFarm <../../devicefarm>` / Client / delete_vpce_configuration

*************************
delete_vpce_configuration
*************************



.. py:method:: DeviceFarm.Client.delete_vpce_configuration(**kwargs)

  

  Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/DeleteVPCEConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_vpce_configuration(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeviceFarm.Client.exceptions.ArgumentException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.NotFoundException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.ServiceAccountException`

  
  *   :py:class:`DeviceFarm.Client.exceptions.InvalidOperationException`

  