From 79a11d0cd7ea3cef74a3959ab39b403367beeb16 Mon Sep 17 00:00:00 2001 From: nivtrips <148805521+nivtrips@users.noreply.github.com> Date: Tue, 5 May 2026 15:20:31 -0700 Subject: [PATCH 1/2] Update describe-account.rst added state --- awscli/examples/organizations/describe-account.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awscli/examples/organizations/describe-account.rst b/awscli/examples/organizations/describe-account.rst index 0f40fc6196e4..cfd5b1d901a3 100755 --- a/awscli/examples/organizations/describe-account.rst +++ b/awscli/examples/organizations/describe-account.rst @@ -14,6 +14,7 @@ The output shows an account object with the details about the account: :: "Email": "anika@example.com", "JoinedMethod": "INVITED", "JoinedTimeStamp": 1481756563.134, + "State": "ACTIVE", "Status": "ACTIVE" } - } \ No newline at end of file + } From 6e5a071daab485b8c2622b92eecf8d669b1383bb Mon Sep 17 00:00:00 2001 From: nivtrips <148805521+nivtrips@users.noreply.github.com> Date: Wed, 6 May 2026 09:37:08 -0700 Subject: [PATCH 2/2] Update describe-account.rst added org path --- awscli/examples/organizations/describe-account.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awscli/examples/organizations/describe-account.rst b/awscli/examples/organizations/describe-account.rst index cfd5b1d901a3..7c9094a406e2 100755 --- a/awscli/examples/organizations/describe-account.rst +++ b/awscli/examples/organizations/describe-account.rst @@ -14,6 +14,9 @@ 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" }