Henrick Goldwurm

Results 1 issues of Henrick Goldwurm

### Describe the bug `botocore.client.Organizations.list_children` is inconsistent with aws cli. ```python import boto3 session = boto3.Session(profile_name='master-account-read-role') organizations = session.client('organizations') root_id = organizations.list_roots()["Roots"][0]["Id"] ous = organizations.list_children(ParentId=root_id, ChildType="ORGANIZATIONAL_UNIT")["Children"] print(len(ous)) ``` > 0...

bug
needs-triage