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
When trying to use the API CreateTokenWithIAM with Boto3, I get an InvalidClientException error.
Looks like this method wasn't implemented or is implemented incorrectly.
Expected Behavior
Receive a response from the method as per documentation:
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
When trying to use the API CreateTokenWithIAM with Boto3, I get an InvalidClientException error.
Looks like this method wasn't implemented or is implemented incorrectly.
Expected Behavior
Receive a response from the method as per documentation:
Current Behavior
Exception:
An error occurred (InvalidClientException) when calling the CreateTokenWithIAM operation:
Reproduction Steps
Sample code snippet to test:
Possible Solution
Need to troubleshoot to understand why it is not working.
Additional Information/Context
No response
SDK version used
1.34.89
Environment details (OS name and version, etc.)
Python 3.11 (Tested with OSX and AWS Lambda)
The text was updated successfully, but these errors were encountered: