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
Hi @krastevm thanks for reaching out. It looks like support for that command was added in Boto3 1.28.10 / Botocore 1.31.10. I just tested in Boto3 1.29.4 / Botocore 1.32.4 and did not get the "has no attribute..." error:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the issue
Using latest release 1.29.4 of SDK https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html#
When call method "start_dashboard_snapshot_job" received following error: [ERROR] AttributeError: 'QuickSight' object has no attribute 'start_dashboard_snapshot_job'
Investigation shows that this method is missing in SDK nevertheless is defined into documentation:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/start_dashboard_snapshot_job.html
Links
SDK - https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight.html#
Method: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/start_dashboard_snapshot_job.html
The text was updated successfully, but these errors were encountered: