delete_launch_configuration_template

mgn.Client.delete_launch_configuration_template(**kwargs)

Deletes a single Launch Configuration Template by ID.

See also: AWS API Documentation

Request Syntax

response = client.delete_launch_configuration_template(
    launchConfigurationTemplateID='string'
)
Parameters
launchConfigurationTemplateID (string) --

[REQUIRED]

ID of resource to be deleted.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • mgn.Client.exceptions.UninitializedAccountException
  • mgn.Client.exceptions.ResourceNotFoundException
  • mgn.Client.exceptions.ConflictException