drs / Client / delete_launch_action
delete_launch_action#
- drs.Client.delete_launch_action(**kwargs)#
 Deletes a resource launch action.
See also: AWS API Documentation
Request Syntax
response = client.delete_launch_action( actionId='string', resourceId='string' )
- Parameters:
 actionId (string) –
[REQUIRED]
Launch action Id.
resourceId (string) –
[REQUIRED]
Launch configuration template Id or Source Server Id
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
drs.Client.exceptions.ResourceNotFoundExceptiondrs.Client.exceptions.InternalServerExceptiondrs.Client.exceptions.ThrottlingExceptiondrs.Client.exceptions.ValidationExceptiondrs.Client.exceptions.UninitializedAccountException