:doc:`Kafka <../../kafka>` / Client / reject_client_vpc_connection

****************************
reject_client_vpc_connection
****************************



.. py:method:: Kafka.Client.reject_client_vpc_connection(**kwargs)

  

  Returns empty response.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/RejectClientVpcConnection>`_  


  **Request Syntax**
  ::

    response = client.reject_client_vpc_connection(
        ClusterArn='string',
        VpcConnectionArn='string'
    )
    
  :type ClusterArn: string
  :param ClusterArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the cluster.

    

  
  :type VpcConnectionArn: string
  :param VpcConnectionArn: **[REQUIRED]** 

    The VPC connection ARN.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      200 response

      
  
  **Exceptions**
  
  *   :py:class:`Kafka.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Kafka.Client.exceptions.BadRequestException`

  
  *   :py:class:`Kafka.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Kafka.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Kafka.Client.exceptions.ForbiddenException`

  