:doc:`AppStream <../../appstream>` / Client / disassociate_app_block_builder_app_block

****************************************
disassociate_app_block_builder_app_block
****************************************



.. py:method:: AppStream.Client.disassociate_app_block_builder_app_block(**kwargs)

  

  Disassociates a specified app block builder from a specified app block.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DisassociateAppBlockBuilderAppBlock>`_  


  **Request Syntax**
  ::

    response = client.disassociate_app_block_builder_app_block(
        AppBlockArn='string',
        AppBlockBuilderName='string'
    )
    
  :type AppBlockArn: string
  :param AppBlockArn: **[REQUIRED]** 

    The ARN of the app block.

    

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

    The name of the app block builder.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`AppStream.Client.exceptions.InvalidParameterCombinationException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

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

  