Hi, when I run this command in CloudShell:
aws quicksight list-analyses --aws-account-id xxxxxxxxx
I get this response:
{
“AnalysisSummaryList”: ,
“Status”: 200,
“RequestId”: “xxxxxx”
}
I am assuming my account is missing permissions, yet I am listed as a owner for all of these and have been able to access the analysis using Boto3 in python. do I need to get specific permissions to access data via cloudshell?