LambdaMicroVMs / Client / resume_microvm
resume_microvm¶
- LambdaMicroVMs.Client.resume_microvm(**kwargs)¶
Resumes a suspended MicroVM, restoring it to RUNNING state with all state intact. The MicroVM must be in SUSPENDED state.
See also: AWS API Documentation
Request Syntax
response = client.resume_microvm( microvmIdentifier='string' )
- Parameters:
microvmIdentifier (string) –
[REQUIRED]
The ID of the MicroVM to resume.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
LambdaMicroVMs.Client.exceptions.InternalServerExceptionLambdaMicroVMs.Client.exceptions.AccessDeniedExceptionLambdaMicroVMs.Client.exceptions.ResourceNotFoundExceptionLambdaMicroVMs.Client.exceptions.ThrottlingExceptionLambdaMicroVMs.Client.exceptions.ConflictExceptionLambdaMicroVMs.Client.exceptions.ValidationException