Jump to Content

Class ListUserSettingsCommandProtected

Retrieves a list of user settings.

Example

Use a bare-bones client and the command you need to make an API call.

import { WorkSpacesWebClient, ListUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
// const { WorkSpacesWebClient, ListUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
const client = new WorkSpacesWebClient(config);
const command = new ListUserSettingsCommand(input);
const response = await client.send(command);

Param

ListUserSettingsCommandInput

Returns

ListUserSettingsCommandOutput

See

Throws

AccessDeniedException (client fault)

Access is denied.

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.

Hierarchy

Constructors

Properties

Methods