diff --git a/awscli/examples/organizations/describe-account.rst b/awscli/examples/organizations/describe-account.rst index 0f40fc6196e4..7c9094a406e2 100755 --- a/awscli/examples/organizations/describe-account.rst +++ b/awscli/examples/organizations/describe-account.rst @@ -14,6 +14,10 @@ The output shows an account object with the details about the account: :: "Email": "anika@example.com", "JoinedMethod": "INVITED", "JoinedTimeStamp": 1481756563.134, + "Paths": [ + "o-exampleorgid/r-examplerootid111/555555555555/" + ], + "State": "ACTIVE", "Status": "ACTIVE" } - } \ No newline at end of file + }