WorkSpaces / Client / disassociate_ip_groups
disassociate_ip_groups#
- WorkSpaces.Client.disassociate_ip_groups(**kwargs)#
Disassociates the specified IP access control group from the specified directory.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_ip_groups( DirectoryId='string', GroupIds=[ 'string', ] )
- Parameters:
DirectoryId (string) –
[REQUIRED]
The identifier of the directory.
GroupIds (list) –
[REQUIRED]
The identifiers of one or more IP access control groups.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
WorkSpaces.Client.exceptions.InvalidParameterValuesException
WorkSpaces.Client.exceptions.ResourceNotFoundException
WorkSpaces.Client.exceptions.InvalidResourceStateException
WorkSpaces.Client.exceptions.AccessDeniedException