Incorrect return type #4438
Labels
bug
This issue is a confirmed bug.
documentation
This is a problem with documentation.
iam
p3
This is a minor priority issue
response-requested
Waiting on additional information or feedback.
service-api
This issue is caused by the service API, not the SDK implementation.
Describe the issue
The documentation for
get_account_authorization_details
API call specifies an incorrect return type in the response. It says thatPolicyDocument
is of typestring
, but it is returned as a dictionary.Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam/client/get_account_authorization_details.html
The text was updated successfully, but these errors were encountered: