WorkSpacesWeb / Client / disassociate_session_logger
disassociate_session_logger¶
- WorkSpacesWeb.Client.disassociate_session_logger(**kwargs)¶
Disassociates a session logger from a portal.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_session_logger( portalArn='string' )
- Parameters:
portalArn (string) –
[REQUIRED]
The ARN of the portal to disassociate from the a session logger.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerExceptionWorkSpacesWeb.Client.exceptions.ResourceNotFoundExceptionWorkSpacesWeb.Client.exceptions.AccessDeniedExceptionWorkSpacesWeb.Client.exceptions.ThrottlingExceptionWorkSpacesWeb.Client.exceptions.ValidationException