You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Situation
We use function delete in snapshot
snapshot.delete()
We get snapshot.volume_size after delete function
The lambda function throw exception snapshot_id does not existed
Root cause: after execute snapshot.delete() the snapshot does not existed and we can't get properties in it
Solution
Get volume_size before function snapshot.delete()
If lambda delete successfully, we accumulate volume_size
The text was updated successfully, but these errors were encountered:
We use function delete in snapshot
snapshot.delete()
We get snapshot.volume_size after delete function
The lambda function throw exception snapshot_id does not existed
Get volume_size before function snapshot.delete()
If lambda delete successfully, we accumulate volume_size
The text was updated successfully, but these errors were encountered: