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.InternalServerException

  • LambdaMicroVMs.Client.exceptions.AccessDeniedException

  • LambdaMicroVMs.Client.exceptions.ResourceNotFoundException

  • LambdaMicroVMs.Client.exceptions.ThrottlingException

  • LambdaMicroVMs.Client.exceptions.ConflictException

  • LambdaMicroVMs.Client.exceptions.ValidationException