IoT / Client / delete_scheduled_audit

delete_scheduled_audit#

IoT.Client.delete_scheduled_audit(**kwargs)#

Deletes a scheduled audit.

Requires permission to access the DeleteScheduledAudit action.

See also: AWS API Documentation

Request Syntax

response = client.delete_scheduled_audit(
    scheduledAuditName='string'
)
Parameters:

scheduledAuditName (string) –

[REQUIRED]

The name of the scheduled audit you want to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions