mgn / Client / remove_template_action

remove_template_action#

mgn.Client.remove_template_action(**kwargs)#

Remove template post migration custom action.

See also: AWS API Documentation

Request Syntax

response = client.remove_template_action(
    actionID='string',
    launchConfigurationTemplateID='string'
)
Parameters:
  • actionID (string) –

    [REQUIRED]

    Template post migration custom action ID to remove.

  • launchConfigurationTemplateID (string) –

    [REQUIRED]

    Launch configuration template ID of the post migration custom action to remove.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • mgn.Client.exceptions.UninitializedAccountException

  • mgn.Client.exceptions.ResourceNotFoundException

  • mgn.Client.exceptions.ValidationException