:doc:`Athena <../../athena>` / Client / get_resource_dashboard

**********************
get_resource_dashboard
**********************



.. py:method:: Athena.Client.get_resource_dashboard(**kwargs)

  

  Gets the Live UI/Persistence UI for a session.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/GetResourceDashboard>`_  


  **Request Syntax**
  ::

    response = client.get_resource_dashboard(
        ResourceARN='string'
    )
    
  :type ResourceARN: string
  :param ResourceARN: **[REQUIRED]** 

    The The Amazon Resource Name (ARN) for a session.

    

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

    
    ::

      {
          'Url': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Url** *(string) --* 

        The Live UI/Persistence UI url for a session.

        
  
  **Exceptions**
  
  *   :py:class:`Athena.Client.exceptions.InternalServerException`

  
  *   :py:class:`Athena.Client.exceptions.InvalidRequestException`

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

  