AWS CLI: describe-import-snapshot-tasks returns snapshotId attribute while it's in progress #9118
Closed
1 task done
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation.
ec2
p2
This is a standard priority issue
potential-regression
Marking this issue as a potential regression to be checked by team member
Describe the bug
AWS EC2 describe-import-snapshot-tasks is not expected to return the
SnapshotId
attribute when the import snapshot task that is in progress, reference: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-import-snapshot-tasks.html.However observed, an empty string value is returned for the attribute SnapshotId
Regression Issue
Expected Behavior
Current Behavior
Notice the SnapshotId attribute is returned as an empty string.
Possible Solution
No response
Additional Information/Context
The same aws cli version has worked in our build pipeline on 12 Sep 2024.
CLI version used
aws-cli/1.22.34 Python/3.10.12 Linux/6.2.0-26-generic botocore/1.23.34
Environment details (OS name and version, etc.)
Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered: