:doc:`VPCLattice <../../vpc-lattice>` / Client / delete_resource_gateway

***********************
delete_resource_gateway
***********************



.. py:method:: VPCLattice.Client.delete_resource_gateway(**kwargs)

  

  Deletes the specified resource gateway.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteResourceGateway>`_  


  **Request Syntax**
  ::

    response = client.delete_resource_gateway(
        resourceGatewayIdentifier='string'
    )
    
  :type resourceGatewayIdentifier: string
  :param resourceGatewayIdentifier: **[REQUIRED]** 

    The ID or ARN of the resource gateway.

    

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

    
    ::

      {
          'id': 'string',
          'arn': 'string',
          'name': 'string',
          'status': 'ACTIVE'|'CREATE_IN_PROGRESS'|'UPDATE_IN_PROGRESS'|'DELETE_IN_PROGRESS'|'CREATE_FAILED'|'UPDATE_FAILED'|'DELETE_FAILED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **id** *(string) --* 

        The ID of the resource gateway.

        
      

      - **arn** *(string) --* 

        The Amazon Resource Name (ARN) of the resource gateway.

        
      

      - **name** *(string) --* 

        The name of the resource gateway.

        
      

      - **status** *(string) --* 

        The status of the resource gateway.

        
  
  **Exceptions**
  
  *   :py:class:`VPCLattice.Client.exceptions.ValidationException`

  
  *   :py:class:`VPCLattice.Client.exceptions.AccessDeniedException`

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

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

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

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

  