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

*******************************************
delete_service_network_resource_association
*******************************************



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

  

  Deletes the association between a service network and a resource configuration.

  

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


  **Request Syntax**
  ::

    response = client.delete_service_network_resource_association(
        serviceNetworkResourceAssociationIdentifier='string'
    )
    
  :type serviceNetworkResourceAssociationIdentifier: string
  :param serviceNetworkResourceAssociationIdentifier: **[REQUIRED]** 

    The ID of the association.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The ID of the association.

        
      

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

        The Amazon Resource Name (ARN) of the association.

        
      

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

        The status of the association.

        
  
  **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`

  