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( resourceId='string', actionId='string' )
- Parameters:
resourceId (string) –
[REQUIRED]
Launch configuration template Id or Source Server Id
actionId (string) –
[REQUIRED]
Launch action 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