Redshift.Client.
delete_scheduled_action
(**kwargs)¶Deletes a scheduled action.
See also: AWS API Documentation
Request Syntax
response = client.delete_scheduled_action(
ScheduledActionName='string'
)
[REQUIRED]
The name of the scheduled action to delete.
Exceptions
Redshift.Client.exceptions.ScheduledActionNotFoundFault
Redshift.Client.exceptions.UnauthorizedOperation