Athena / Client / get_resource_dashboard
get_resource_dashboard¶
- Athena.Client.get_resource_dashboard(**kwargs)¶
Gets the Live UI/Persistence UI for a session.
See also: AWS API Documentation
Request Syntax
response = client.get_resource_dashboard( ResourceARN='string' )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The The Amazon Resource Name (ARN) for a session.
- Return type:
dict
- Returns:
Response Syntax
{ 'Url': 'string' }
Response Structure
(dict) –
Url (string) –
The Live UI/Persistence UI url for a session.
Exceptions
Athena.Client.exceptions.InternalServerExceptionAthena.Client.exceptions.InvalidRequestExceptionAthena.Client.exceptions.ResourceNotFoundException