:doc:`WorkSpacesWeb <../../workspaces-web>` / Client / disassociate_session_logger

***************************
disassociate_session_logger
***************************



.. py:method:: WorkSpacesWeb.Client.disassociate_session_logger(**kwargs)

  

  Disassociates a session logger from a portal.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/DisassociateSessionLogger>`_  


  **Request Syntax**
  ::

    response = client.disassociate_session_logger(
        portalArn='string'
    )
    
  :type portalArn: string
  :param portalArn: **[REQUIRED]** 

    The ARN of the portal to disassociate from the a session logger.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpacesWeb.Client.exceptions.InternalServerException`

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

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

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

  
  *   :py:class:`WorkSpacesWeb.Client.exceptions.ValidationException`

  