:doc:`PartnerCentralBenefits <../../partnercentral-benefits>` / Client / disassociate_benefit_application_resource

*****************************************
disassociate_benefit_application_resource
*****************************************



.. py:method:: PartnerCentralBenefits.Client.disassociate_benefit_application_resource(**kwargs)

  

  Removes the association between an AWS resource and a benefit application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-benefits-2018-05-10/DisassociateBenefitApplicationResource>`_  


  **Request Syntax**
  ::

    response = client.disassociate_benefit_application_resource(
        Catalog='string',
        BenefitApplicationIdentifier='string',
        ResourceArn='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The catalog identifier that specifies which benefit catalog the application belongs to.

    

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

    The unique identifier of the benefit application to disassociate the resource from.

    

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

    The Amazon Resource Name (ARN) of the AWS resource to disassociate from the benefit application.

    

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

    
    ::

      {
          'Id': 'string',
          'Arn': 'string',
          'Revision': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Id** *(string) --* 

        The unique identifier of the benefit application after the resource disassociation.

        
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the benefit application after the resource disassociation.

        
      

      - **Revision** *(string) --* 

        The updated revision number of the benefit application after the resource disassociation.

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

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

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

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

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

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

  