Class CreateTaskCommandProtected
Constructors
constructor
- new CreateTaskCommand(input: CreateTaskCommandInput): CreateTaskCommand
-
Methods
Static
getEndpointParameterInstructions
- getEndpointParameterInstructions(): EndpointParameterInstructions
-
Returns EndpointParameterInstructions
Instructs one or more devices to start a task, such as unlocking or rebooting.
Example
Use a bare-bones client and the command you need to make an API call.
Param
CreateTaskCommandInput
Returns
CreateTaskCommandOutput
See
input
shape.response
shape.config
shape.Throws
AccessDeniedException (client fault)
You don't have sufficient access to perform this action.
Throws
InternalServerException (server fault)
An unexpected error occurred while processing the request.
Throws
ResourceNotFoundException (client fault)
The request references a resource that doesn't exist.
Throws
ServiceQuotaExceededException (client fault)
The request would cause a service quota to be exceeded.
Throws
ThrottlingException (client fault)
The request was denied due to request throttling.
Throws
ValidationException (client fault)
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Throws
SnowDeviceManagementServiceException
Base exception class for all service exceptions from SnowDeviceManagement service.