We are excited to announce our new API Documentation.
Protected
Deletes user settings.
Use a bare-bones client and the command you need to make an API call.
import { WorkSpacesWebClient, DeleteUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import// const { WorkSpacesWebClient, DeleteUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS importconst client = new WorkSpacesWebClient(config);const input = { // DeleteUserSettingsRequest userSettingsArn: "STRING_VALUE", // required};const command = new DeleteUserSettingsCommand(input);const response = await client.send(command);// {};
DeleteUserSettingsCommandInput
DeleteUserSettingsCommandOutput
input
response
config
AccessDeniedException (client fault)
Access is denied.
ConflictException (client fault)
There is a conflict.
InternalServerException (server fault)
There is an internal server error.
ThrottlingException (client fault)
There is a throttling error.
ValidationException (client fault)
There is a validation error.
WorkSpacesWebServiceException
Base exception class for all service exceptions from WorkSpacesWeb service.
Readonly
Static
Deletes user settings.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteUserSettingsCommandInput
Returns
DeleteUserSettingsCommandOutput
See
input
shape.response
shape.config
shape.Throws
AccessDeniedException (client fault)
Access is denied.
Throws
ConflictException (client fault)
There is a conflict.
Throws
InternalServerException (server fault)
There is an internal server error.
Throws
ThrottlingException (client fault)
There is a throttling error.
Throws
ValidationException (client fault)
There is a validation error.
Throws
WorkSpacesWebServiceException
Base exception class for all service exceptions from WorkSpacesWeb service.