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.ResourceNotFoundException
- drs.Client.exceptions.InternalServerException
- drs.Client.exceptions.ThrottlingException
- drs.Client.exceptions.ValidationException
- drs.Client.exceptions.UninitializedAccountException