delete_application_snapshot
(**kwargs)¶Deletes a snapshot of application state.
See also: AWS API Documentation
Request Syntax
response = client.delete_application_snapshot(
ApplicationName='string',
SnapshotName='string',
SnapshotCreationTimestamp=datetime(2015, 1, 1)
)
[REQUIRED]
The name of an existing application.
[REQUIRED]
The identifier for the snapshot delete.
[REQUIRED]
The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
dict
Response Syntax
{}
Response Structure
Exceptions
KinesisAnalyticsV2.Client.exceptions.ResourceInUseException
KinesisAnalyticsV2.Client.exceptions.InvalidArgumentException
KinesisAnalyticsV2.Client.exceptions.UnsupportedOperationException
KinesisAnalyticsV2.Client.exceptions.InvalidRequestException
KinesisAnalyticsV2.Client.exceptions.ResourceNotFoundException
KinesisAnalyticsV2.Client.exceptions.ConcurrentModificationException