-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnknownOperationException API - ListGroupMembershipsForMember - boto3 Identitystore v1.34.15 #3985
Comments
Hi @alessandraguedes, thanks for reaching out. Could you provide debug logs of this behavior? You can get debug logs by adding |
Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one. |
sh-3.2$ /usr/bin/env /usr/bin/python3 /Users/alessandra.guedes/.vscode/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher 54854 -- /Users/alessandra.guedes/Desktop/Repository/Arquivos\ Py/cognito.py content-type:application/x-amz-json-1.1 content-type;host;x-amz-date;x-amz-security-token;x-amz-target content-type:application/x-amz-json-1.1 content-type;host;x-amz-date;x-amz-security-token;x-amz-target content-type:application/x-amz-json-1.1 content-type;host;x-amz-date;x-amz-security-token;x-amz-target |
Thanks for providing those. I don't see anything in the debug logs that indicate an issue with the SDK. I've reached out to the Identity Center team about this issue. In the meantime, as this is a service team issue, I've created a tracking issue (https://github.com/aws/aws-sdk/issues/682) in our cross-SDK repository. Please refer to that issue for any updates. Thanks! |
|
Describe the bug
My identity center holds data coming from AD using AD Sync. When I tried to use the IdentityStore API's ListGroupMembershipsForMember and ListGroupMemberships, it showed an error: 'botocore.exceptions.ClientError: an error occurred (UnknownOperationException) when calling the ListGroupMembershipsForMember operation.' However, when I performed the same test in another account that had data coming from SAM 2.0, the API worked correctly.
Below are the images of the error and my code.
Error:
Code:
Expected Behavior
The API should return data related to the groups I have in the Identity Center.
Current Behavior
I get this error:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.34.15
Environment details (OS name and version, etc.)
macOS 14.2.1
The text was updated successfully, but these errors were encountered: