-
I'm writting a script to get all the accounts and roles an AWS-sso enabled user is able to access, the process is basically to get the access_token out of the local cache:
Then to use that to generate a call to
This is compiling without issues, but when i run i get the following error:
I am able to run the same commands using the aws cli to list the accounts i have access to I'm in the process of learning rust, so it's entirely possible that the issue is with the use of the client Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
the json parsed string came with quote chars |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
the json parsed string came with quote chars