We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1d18 commit 2e077e8Copy full SHA for 2e077e8
cid/helpers/quicksight/__init__.py
@@ -404,6 +404,7 @@ def select_user(self):
404
userList = self.identityClient.list_users(AwsAccountId=self.account_id, Namespace='default').get('UserList')
405
except self.client.exceptions.AccessDeniedException:
406
logger.info('Access denied listing users')
407
+ return None
408
409
_user = get_parameter(
410
param_name='quicksight-user',
0 commit comments