delete_snapshot
(**kwargs)¶Deletes a directory snapshot.
See also: AWS API Documentation
Request Syntax
response = client.delete_snapshot(
SnapshotId='string'
)
[REQUIRED]
The identifier of the directory snapshot to be deleted.
{
'SnapshotId': 'string'
}
Response Structure
Contains the results of the DeleteSnapshot operation.
The identifier of the directory snapshot that was deleted.
Exceptions
DirectoryService.Client.exceptions.EntityDoesNotExistException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException