I would like to list all of my local profiles using boto3, as I think boto3 is not picking up my credentials correctly.
I have tried the following:
import boto3
boto3.Session.available_profiles
Which doesn't give me a list, but a property object.