尝试:
client.describe_snapshots(OwnerIds=['self'])
或者您可以指定您的帐号/ ID:
client.describe_snapshots(OwnerIds=['123456736123'])
两者是等效的。

尝试:
client.describe_snapshots(OwnerIds=['self'])
或者您可以指定您的帐号/ ID:
client.describe_snapshots(OwnerIds=['123456736123'])
两者是等效的。