workspaces_deregister_workspace_directory {paws.end.user.computing} | R Documentation |
Deregisters the specified directory
Description
Deregisters the specified directory. This operation is asynchronous and returns before the WorkSpace directory is deregistered. If any WorkSpaces are registered to this directory, you must remove them before you can deregister the directory.
See https://www.paws-r-sdk.com/docs/workspaces_deregister_workspace_directory/ for full documentation.
Usage
workspaces_deregister_workspace_directory(DirectoryId)
Arguments
DirectoryId |
[required] The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error. |
[Package paws.end.user.computing version 0.9.0 Index]