@aws-sdk/client-organizations 3.398.0 → 3.405.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/Organizations.d.ts +3 -3
- package/dist-types/OrganizationsClient.d.ts +3 -3
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +8 -10
- package/dist-types/commands/AttachPolicyCommand.d.ts +22 -23
- package/dist-types/commands/CancelHandshakeCommand.d.ts +3 -5
- package/dist-types/commands/CloseAccountCommand.d.ts +24 -28
- package/dist-types/commands/CreateAccountCommand.d.ts +31 -33
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +34 -40
- package/dist-types/commands/CreateOrganizationCommand.d.ts +20 -21
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +20 -22
- package/dist-types/commands/CreatePolicyCommand.d.ts +24 -26
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +3 -5
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +4 -6
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +3 -5
- package/dist-types/commands/DeletePolicyCommand.d.ts +5 -6
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -19
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +18 -19
- package/dist-types/commands/DescribeAccountCommand.d.ts +3 -5
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +3 -5
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +21 -23
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +3 -5
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +3 -5
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +3 -5
- package/dist-types/commands/DescribePolicyCommand.d.ts +3 -5
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +20 -21
- package/dist-types/commands/DetachPolicyCommand.d.ts +20 -20
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +20 -22
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +22 -23
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +21 -23
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +7 -9
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +21 -22
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +24 -25
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +28 -26
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +20 -22
- package/dist-types/commands/ListAccountsCommand.d.ts +3 -5
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +3 -5
- package/dist-types/commands/ListChildrenCommand.d.ts +3 -5
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +3 -5
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +18 -19
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +18 -19
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +3 -5
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +3 -5
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +3 -5
- package/dist-types/commands/ListParentsCommand.d.ts +3 -5
- package/dist-types/commands/ListPoliciesCommand.d.ts +3 -5
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +3 -5
- package/dist-types/commands/ListRootsCommand.d.ts +3 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -5
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +3 -5
- package/dist-types/commands/MoveAccountCommand.d.ts +3 -5
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -19
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +18 -19
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +21 -29
- package/dist-types/commands/TagResourceCommand.d.ts +20 -20
- package/dist-types/commands/UntagResourceCommand.d.ts +20 -20
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +3 -5
- package/dist-types/commands/UpdatePolicyCommand.d.ts +22 -23
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +63 -62
- package/package.json +7 -7
|
@@ -37,14 +37,13 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
37
37
|
* <li>
|
|
38
38
|
* <p>Check the CloudTrail log for the <code>CreateAccountResult</code> event. For
|
|
39
39
|
* information on using CloudTrail with Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html#orgs_cloudtrail-integration">Logging and monitoring in Organizations</a> in the
|
|
40
|
-
* <i>Organizations User Guide
|
|
41
|
-
* </p>
|
|
40
|
+
* <i>Organizations User Guide</i>.</p>
|
|
42
41
|
* </li>
|
|
43
42
|
* </ul>
|
|
44
43
|
* <p>The user who calls the API to create an account must have the
|
|
45
44
|
* <code>organizations:CreateAccount</code> permission. If you enabled all features in
|
|
46
45
|
* the organization, Organizations creates the required service-linked role named
|
|
47
|
-
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">Organizations and
|
|
46
|
+
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">Organizations and service-linked roles</a> in the
|
|
48
47
|
* <i>Organizations User Guide</i>.</p>
|
|
49
48
|
* <p>If the request includes tags, then the requester must have the
|
|
50
49
|
* <code>organizations:TagResource</code> permission.</p>
|
|
@@ -54,9 +53,9 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
54
53
|
* the management account can assume the role. Organizations clones the company name and address
|
|
55
54
|
* information for the new account from the organization's management account.</p>
|
|
56
55
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
57
|
-
* <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
|
|
58
|
-
*
|
|
59
|
-
*
|
|
56
|
+
* <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
|
|
57
|
+
* a member account in your organization</a> in the
|
|
58
|
+
* <i>Organizations User Guide</i>.</p>
|
|
60
59
|
* <important>
|
|
61
60
|
* <ul>
|
|
62
61
|
* <li>
|
|
@@ -65,9 +64,9 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
65
64
|
* as a standalone account, such as a payment method and signing the end user
|
|
66
65
|
* license agreement (EULA) is <i>not</i> automatically
|
|
67
66
|
* collected. If you must remove an account from your organization later, you
|
|
68
|
-
* can do so only after you provide the missing information.
|
|
69
|
-
*
|
|
70
|
-
*
|
|
67
|
+
* can do so only after you provide the missing information. For more
|
|
68
|
+
* information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a>
|
|
69
|
+
* in the <i>Organizations User Guide</i>.</p>
|
|
71
70
|
* </li>
|
|
72
71
|
* <li>
|
|
73
72
|
* <p>If you get an exception that indicates that you exceeded your account
|
|
@@ -82,9 +81,9 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
82
81
|
* <p>Using <code>CreateAccount</code> to create multiple temporary accounts
|
|
83
82
|
* isn't recommended. You can only close an account from the Billing and Cost Management console, and
|
|
84
83
|
* you must be signed in as the root user. For information on the requirements
|
|
85
|
-
* and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing
|
|
86
|
-
*
|
|
87
|
-
*
|
|
84
|
+
* and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing a member
|
|
85
|
+
* account in your organization</a> in the
|
|
86
|
+
* <i>Organizations User Guide</i>.</p>
|
|
88
87
|
* </li>
|
|
89
88
|
* </ul>
|
|
90
89
|
* </important>
|
|
@@ -95,8 +94,8 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
95
94
|
* roles that have appropriate permissions can view billing information for the
|
|
96
95
|
* account. If you disable it, only the account root user can access billing
|
|
97
96
|
* information. For information about how to disable this switch for an account, see
|
|
98
|
-
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/
|
|
99
|
-
*
|
|
97
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/control-access-billing.html#grantaccess">Granting access to
|
|
98
|
+
* your billing information and tools</a>.</p>
|
|
100
99
|
* </note>
|
|
101
100
|
* @example
|
|
102
101
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -143,8 +142,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
143
142
|
* <p>You don't have permissions to perform the requested operation. The user or role that
|
|
144
143
|
* is making the request must have at least one IAM permissions policy attached that
|
|
145
144
|
* grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
146
|
-
* <i>IAM User Guide
|
|
147
|
-
* </p>
|
|
145
|
+
* <i>IAM User Guide</i>.</p>
|
|
148
146
|
*
|
|
149
147
|
* @throws {@link AWSOrganizationsNotInUseException} (client fault)
|
|
150
148
|
* <p>Your account isn't a member of an organization. To make this request, you must use the
|
|
@@ -175,19 +173,20 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
175
173
|
* account from the organization that doesn't yet have enough information to exist
|
|
176
174
|
* as a standalone account. This account requires you to first complete phone
|
|
177
175
|
* verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
|
|
178
|
-
* <i>Organizations User Guide
|
|
179
|
-
* </p>
|
|
176
|
+
* <i>Organizations User Guide</i>.</p>
|
|
180
177
|
* </li>
|
|
181
178
|
* <li>
|
|
182
179
|
* <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
183
180
|
* accounts that you can create in one day.</p>
|
|
184
181
|
* </li>
|
|
185
182
|
* <li>
|
|
186
|
-
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
183
|
+
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
184
|
+
* account isn't fully active. You must complete the account setup before you
|
|
185
|
+
* create an organization.</p>
|
|
187
186
|
* </li>
|
|
188
187
|
* <li>
|
|
189
188
|
* <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
|
|
190
|
-
* of accounts in an organization. If you need more accounts, contact <a href="https://
|
|
189
|
+
* of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
|
|
191
190
|
* request an increase in your limit. </p>
|
|
192
191
|
* <p>Or the number of invitations that you tried to send would cause you to exceed
|
|
193
192
|
* the limit of accounts in your organization. Send fewer invitations or contact
|
|
@@ -198,11 +197,14 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
198
197
|
* <important>
|
|
199
198
|
* <p>If you get this exception when running a command immediately after
|
|
200
199
|
* creating the organization, wait one hour and try again. After an hour, if
|
|
201
|
-
* the command continues to fail with this error, contact <a href="https://
|
|
202
|
-
* Support</a>.</p>
|
|
200
|
+
* the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
203
201
|
* </important>
|
|
204
202
|
* </li>
|
|
205
203
|
* <li>
|
|
204
|
+
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
205
|
+
* register a suspended account as a delegated administrator.</p>
|
|
206
|
+
* </li>
|
|
207
|
+
* <li>
|
|
206
208
|
* <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
|
|
207
209
|
* the management account of the organization as a delegated administrator for an
|
|
208
210
|
* Amazon Web Services service integrated with Organizations. You can designate only a member account as a
|
|
@@ -277,15 +279,13 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
277
279
|
* management account must have an associated account in the Amazon Web Services GovCloud
|
|
278
280
|
* (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
|
|
279
281
|
* in the
|
|
280
|
-
* <i>Amazon Web Services GovCloud User Guide
|
|
281
|
-
* </p>
|
|
282
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
282
283
|
* </li>
|
|
283
284
|
* <li>
|
|
284
285
|
* <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
|
|
285
286
|
* this management account, you first must associate a valid payment instrument,
|
|
286
|
-
* such as a credit card, with the account.
|
|
287
|
-
*
|
|
288
|
-
* </p>
|
|
287
|
+
* such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
288
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
289
289
|
* </li>
|
|
290
290
|
* <li>
|
|
291
291
|
* <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
|
|
@@ -304,9 +304,8 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
304
304
|
* <li>
|
|
305
305
|
* <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
|
|
306
306
|
* this member account, you first must associate a valid payment instrument, such
|
|
307
|
-
* as a credit card, with the account.
|
|
308
|
-
*
|
|
309
|
-
* </p>
|
|
307
|
+
* as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
308
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
310
309
|
* </li>
|
|
311
310
|
* <li>
|
|
312
311
|
* <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
|
|
@@ -467,9 +466,8 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
|
|
|
467
466
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
468
467
|
* <p>You have sent too many requests in too short a period of time. The quota helps protect
|
|
469
468
|
* against denial-of-service attacks. Try again later.</p>
|
|
470
|
-
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
|
|
471
|
-
* <i>Organizations User Guide
|
|
472
|
-
* </p>
|
|
469
|
+
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
|
|
470
|
+
* <i>Organizations User Guide</i>.</p>
|
|
473
471
|
*
|
|
474
472
|
* @throws {@link UnsupportedAPIEndpointException} (client fault)
|
|
475
473
|
* <p>This action isn't available in the current Amazon Web Services Region.</p>
|
|
@@ -45,9 +45,8 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
45
45
|
* </li>
|
|
46
46
|
* </ul>
|
|
47
47
|
* <p>Organizations automatically creates the required service-linked role named
|
|
48
|
-
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">Organizations and
|
|
49
|
-
* <i>Organizations User Guide
|
|
50
|
-
* </p>
|
|
48
|
+
* <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">Organizations and service-linked roles</a> in the
|
|
49
|
+
* <i>Organizations User Guide</i>.</p>
|
|
51
50
|
* <p>Amazon Web Services automatically enables CloudTrail for Amazon Web Services GovCloud (US) accounts, but you should also
|
|
52
51
|
* do the following:</p>
|
|
53
52
|
* <ul>
|
|
@@ -72,8 +71,7 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
72
71
|
* Amazon Web Services GovCloud (US) Region can invite it to that organization. For more information on
|
|
73
72
|
* inviting standalone accounts in the Amazon Web Services GovCloud (US) to join an organization, see
|
|
74
73
|
* <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a> in the
|
|
75
|
-
* <i>Amazon Web Services GovCloud User Guide
|
|
76
|
-
* </p>
|
|
74
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
77
75
|
* <p>Calling <code>CreateGovCloudAccount</code> is an asynchronous request that Amazon Web Services
|
|
78
76
|
* performs in the background. Because <code>CreateGovCloudAccount</code> operates
|
|
79
77
|
* asynchronously, it can return a successful completion message even though account
|
|
@@ -88,9 +86,9 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
88
86
|
* </li>
|
|
89
87
|
* <li>
|
|
90
88
|
* <p>Check the CloudTrail log for the <code>CreateAccountResult</code> event. For
|
|
91
|
-
* information on using CloudTrail with Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
92
|
-
*
|
|
93
|
-
*
|
|
89
|
+
* information on using CloudTrail with Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html">Logging and
|
|
90
|
+
* monitoring in Organizations</a> in the
|
|
91
|
+
* <i>Organizations User Guide</i>.</p>
|
|
94
92
|
* </li>
|
|
95
93
|
* </ul>
|
|
96
94
|
* <p></p>
|
|
@@ -106,12 +104,10 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
106
104
|
* be assumed by the Amazon Web Services GovCloud (US) account that is associated with the management
|
|
107
105
|
* account of the commercial organization. For more information and to view a diagram that
|
|
108
106
|
* explains how account access works, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a> in the
|
|
109
|
-
* <i>Amazon Web Services GovCloud User Guide
|
|
110
|
-
* </p>
|
|
107
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
111
108
|
* <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
|
|
112
|
-
*
|
|
113
|
-
* <i>Organizations User Guide
|
|
114
|
-
* </p>
|
|
109
|
+
* a member account in your organization</a> in the
|
|
110
|
+
* <i>Organizations User Guide</i>.</p>
|
|
115
111
|
* <important>
|
|
116
112
|
* <ul>
|
|
117
113
|
* <li>
|
|
@@ -120,10 +116,9 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
120
116
|
* a standalone account is <i>not</i> automatically collected.
|
|
121
117
|
* This includes a payment method and signing the end user license agreement
|
|
122
118
|
* (EULA). If you must remove an account from your organization later, you can
|
|
123
|
-
* do so only after you provide the missing information.
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
* </p>
|
|
119
|
+
* do so only after you provide the missing information. For more information,
|
|
120
|
+
* see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a>
|
|
121
|
+
* in the <i>Organizations User Guide</i>.</p>
|
|
127
122
|
* </li>
|
|
128
123
|
* <li>
|
|
129
124
|
* <p>If you get an exception that indicates that you exceeded your account
|
|
@@ -138,9 +133,9 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
138
133
|
* <p>Using <code>CreateGovCloudAccount</code> to create multiple temporary
|
|
139
134
|
* accounts isn't recommended. You can only close an account from the Amazon Web Services
|
|
140
135
|
* Billing and Cost Management console, and you must be signed in as the root user. For information on
|
|
141
|
-
* the requirements and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing
|
|
142
|
-
*
|
|
143
|
-
*
|
|
136
|
+
* the requirements and process for closing an account, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing a member
|
|
137
|
+
* account in your organization</a> in the
|
|
138
|
+
* <i>Organizations User Guide</i>.</p>
|
|
144
139
|
* </li>
|
|
145
140
|
* </ul>
|
|
146
141
|
* </important>
|
|
@@ -152,7 +147,7 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
152
147
|
* account. If you disable it, only the account root user can access billing
|
|
153
148
|
* information. For information about how to disable this switch for an account, see
|
|
154
149
|
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html">Granting
|
|
155
|
-
*
|
|
150
|
+
* access to your billing information and tools</a>.</p>
|
|
156
151
|
* </note>
|
|
157
152
|
* @example
|
|
158
153
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -199,8 +194,7 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
199
194
|
* <p>You don't have permissions to perform the requested operation. The user or role that
|
|
200
195
|
* is making the request must have at least one IAM permissions policy attached that
|
|
201
196
|
* grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
202
|
-
* <i>IAM User Guide
|
|
203
|
-
* </p>
|
|
197
|
+
* <i>IAM User Guide</i>.</p>
|
|
204
198
|
*
|
|
205
199
|
* @throws {@link AWSOrganizationsNotInUseException} (client fault)
|
|
206
200
|
* <p>Your account isn't a member of an organization. To make this request, you must use the
|
|
@@ -231,19 +225,20 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
231
225
|
* account from the organization that doesn't yet have enough information to exist
|
|
232
226
|
* as a standalone account. This account requires you to first complete phone
|
|
233
227
|
* verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
|
|
234
|
-
* <i>Organizations User Guide
|
|
235
|
-
* </p>
|
|
228
|
+
* <i>Organizations User Guide</i>.</p>
|
|
236
229
|
* </li>
|
|
237
230
|
* <li>
|
|
238
231
|
* <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
239
232
|
* accounts that you can create in one day.</p>
|
|
240
233
|
* </li>
|
|
241
234
|
* <li>
|
|
242
|
-
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
235
|
+
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
236
|
+
* account isn't fully active. You must complete the account setup before you
|
|
237
|
+
* create an organization.</p>
|
|
243
238
|
* </li>
|
|
244
239
|
* <li>
|
|
245
240
|
* <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
|
|
246
|
-
* of accounts in an organization. If you need more accounts, contact <a href="https://
|
|
241
|
+
* of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
|
|
247
242
|
* request an increase in your limit. </p>
|
|
248
243
|
* <p>Or the number of invitations that you tried to send would cause you to exceed
|
|
249
244
|
* the limit of accounts in your organization. Send fewer invitations or contact
|
|
@@ -254,11 +249,14 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
254
249
|
* <important>
|
|
255
250
|
* <p>If you get this exception when running a command immediately after
|
|
256
251
|
* creating the organization, wait one hour and try again. After an hour, if
|
|
257
|
-
* the command continues to fail with this error, contact <a href="https://
|
|
258
|
-
* Support</a>.</p>
|
|
252
|
+
* the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
259
253
|
* </important>
|
|
260
254
|
* </li>
|
|
261
255
|
* <li>
|
|
256
|
+
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
257
|
+
* register a suspended account as a delegated administrator.</p>
|
|
258
|
+
* </li>
|
|
259
|
+
* <li>
|
|
262
260
|
* <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
|
|
263
261
|
* the management account of the organization as a delegated administrator for an
|
|
264
262
|
* Amazon Web Services service integrated with Organizations. You can designate only a member account as a
|
|
@@ -333,15 +331,13 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
333
331
|
* management account must have an associated account in the Amazon Web Services GovCloud
|
|
334
332
|
* (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
|
|
335
333
|
* in the
|
|
336
|
-
* <i>Amazon Web Services GovCloud User Guide
|
|
337
|
-
* </p>
|
|
334
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
338
335
|
* </li>
|
|
339
336
|
* <li>
|
|
340
337
|
* <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
|
|
341
338
|
* this management account, you first must associate a valid payment instrument,
|
|
342
|
-
* such as a credit card, with the account.
|
|
343
|
-
*
|
|
344
|
-
* </p>
|
|
339
|
+
* such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
340
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
345
341
|
* </li>
|
|
346
342
|
* <li>
|
|
347
343
|
* <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
|
|
@@ -360,9 +356,8 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
360
356
|
* <li>
|
|
361
357
|
* <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
|
|
362
358
|
* this member account, you first must associate a valid payment instrument, such
|
|
363
|
-
* as a credit card, with the account.
|
|
364
|
-
*
|
|
365
|
-
* </p>
|
|
359
|
+
* as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
360
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
366
361
|
* </li>
|
|
367
362
|
* <li>
|
|
368
363
|
* <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
|
|
@@ -523,9 +518,8 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
|
|
|
523
518
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
524
519
|
* <p>You have sent too many requests in too short a period of time. The quota helps protect
|
|
525
520
|
* against denial-of-service attacks. Try again later.</p>
|
|
526
|
-
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
|
|
527
|
-
* <i>Organizations User Guide
|
|
528
|
-
* </p>
|
|
521
|
+
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
|
|
522
|
+
* <i>Organizations User Guide</i>.</p>
|
|
529
523
|
*
|
|
530
524
|
* @throws {@link UnsupportedAPIEndpointException} (client fault)
|
|
531
525
|
* <p>This action isn't available in the current Amazon Web Services Region.</p>
|
|
@@ -32,8 +32,8 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
32
32
|
* the new organization is created with all features enabled and service control policies
|
|
33
33
|
* automatically enabled in the root. If you instead choose to create the organization
|
|
34
34
|
* supporting only the consolidated billing features by setting the <code>FeatureSet</code>
|
|
35
|
-
* parameter to <code>CONSOLIDATED_BILLING
|
|
36
|
-
* and you can't use organization policies
|
|
35
|
+
* parameter to <code>CONSOLIDATED_BILLING</code>, no policy types are enabled by default
|
|
36
|
+
* and you can't use organization policies.</p>
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
39
|
* ```javascript
|
|
@@ -74,8 +74,7 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
74
74
|
* <p>You don't have permissions to perform the requested operation. The user or role that
|
|
75
75
|
* is making the request must have at least one IAM permissions policy attached that
|
|
76
76
|
* grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
77
|
-
* <i>IAM User Guide
|
|
78
|
-
* </p>
|
|
77
|
+
* <i>IAM User Guide</i>.</p>
|
|
79
78
|
*
|
|
80
79
|
* @throws {@link AccessDeniedForDependencyException} (client fault)
|
|
81
80
|
* <p>The operation that you attempted requires you to have the
|
|
@@ -112,19 +111,20 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
112
111
|
* account from the organization that doesn't yet have enough information to exist
|
|
113
112
|
* as a standalone account. This account requires you to first complete phone
|
|
114
113
|
* verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
|
|
115
|
-
* <i>Organizations User Guide
|
|
116
|
-
* </p>
|
|
114
|
+
* <i>Organizations User Guide</i>.</p>
|
|
117
115
|
* </li>
|
|
118
116
|
* <li>
|
|
119
117
|
* <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
120
118
|
* accounts that you can create in one day.</p>
|
|
121
119
|
* </li>
|
|
122
120
|
* <li>
|
|
123
|
-
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
121
|
+
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
122
|
+
* account isn't fully active. You must complete the account setup before you
|
|
123
|
+
* create an organization.</p>
|
|
124
124
|
* </li>
|
|
125
125
|
* <li>
|
|
126
126
|
* <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
|
|
127
|
-
* of accounts in an organization. If you need more accounts, contact <a href="https://
|
|
127
|
+
* of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
|
|
128
128
|
* request an increase in your limit. </p>
|
|
129
129
|
* <p>Or the number of invitations that you tried to send would cause you to exceed
|
|
130
130
|
* the limit of accounts in your organization. Send fewer invitations or contact
|
|
@@ -135,11 +135,14 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
135
135
|
* <important>
|
|
136
136
|
* <p>If you get this exception when running a command immediately after
|
|
137
137
|
* creating the organization, wait one hour and try again. After an hour, if
|
|
138
|
-
* the command continues to fail with this error, contact <a href="https://
|
|
139
|
-
* Support</a>.</p>
|
|
138
|
+
* the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
140
139
|
* </important>
|
|
141
140
|
* </li>
|
|
142
141
|
* <li>
|
|
142
|
+
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
143
|
+
* register a suspended account as a delegated administrator.</p>
|
|
144
|
+
* </li>
|
|
145
|
+
* <li>
|
|
143
146
|
* <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
|
|
144
147
|
* the management account of the organization as a delegated administrator for an
|
|
145
148
|
* Amazon Web Services service integrated with Organizations. You can designate only a member account as a
|
|
@@ -214,15 +217,13 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
214
217
|
* management account must have an associated account in the Amazon Web Services GovCloud
|
|
215
218
|
* (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
|
|
216
219
|
* in the
|
|
217
|
-
* <i>Amazon Web Services GovCloud User Guide
|
|
218
|
-
* </p>
|
|
220
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
219
221
|
* </li>
|
|
220
222
|
* <li>
|
|
221
223
|
* <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
|
|
222
224
|
* this management account, you first must associate a valid payment instrument,
|
|
223
|
-
* such as a credit card, with the account.
|
|
224
|
-
*
|
|
225
|
-
* </p>
|
|
225
|
+
* such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
226
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
226
227
|
* </li>
|
|
227
228
|
* <li>
|
|
228
229
|
* <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
|
|
@@ -241,9 +242,8 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
241
242
|
* <li>
|
|
242
243
|
* <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
|
|
243
244
|
* this member account, you first must associate a valid payment instrument, such
|
|
244
|
-
* as a credit card, with the account.
|
|
245
|
-
*
|
|
246
|
-
* </p>
|
|
245
|
+
* as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
246
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
247
247
|
* </li>
|
|
248
248
|
* <li>
|
|
249
249
|
* <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
|
|
@@ -399,9 +399,8 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
|
|
|
399
399
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
400
400
|
* <p>You have sent too many requests in too short a period of time. The quota helps protect
|
|
401
401
|
* against denial-of-service attacks. Try again later.</p>
|
|
402
|
-
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
|
|
403
|
-
* <i>Organizations User Guide
|
|
404
|
-
* </p>
|
|
402
|
+
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
|
|
403
|
+
* <i>Organizations User Guide</i>.</p>
|
|
405
404
|
*
|
|
406
405
|
* @throws {@link OrganizationsServiceException}
|
|
407
406
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
@@ -28,9 +28,8 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
28
28
|
* your business requirements. The number of levels deep that you can nest OUs is dependent
|
|
29
29
|
* upon the policy types enabled for that root. For service control policies, the limit is
|
|
30
30
|
* five.</p>
|
|
31
|
-
* <p>For more information about OUs, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html">Managing
|
|
32
|
-
* <i>Organizations User Guide
|
|
33
|
-
* </p>
|
|
31
|
+
* <p>For more information about OUs, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html">Managing organizational units (OUs)</a> in the
|
|
32
|
+
* <i>Organizations User Guide</i>.</p>
|
|
34
33
|
* <p>If the request includes tags, then the requester must have the
|
|
35
34
|
* <code>organizations:TagResource</code> permission.</p>
|
|
36
35
|
* <p>This operation can be called only from the organization's management account.</p>
|
|
@@ -72,8 +71,7 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
72
71
|
* <p>You don't have permissions to perform the requested operation. The user or role that
|
|
73
72
|
* is making the request must have at least one IAM permissions policy attached that
|
|
74
73
|
* grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
75
|
-
* <i>IAM User Guide
|
|
76
|
-
* </p>
|
|
74
|
+
* <i>IAM User Guide</i>.</p>
|
|
77
75
|
*
|
|
78
76
|
* @throws {@link AWSOrganizationsNotInUseException} (client fault)
|
|
79
77
|
* <p>Your account isn't a member of an organization. To make this request, you must use the
|
|
@@ -104,19 +102,20 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
104
102
|
* account from the organization that doesn't yet have enough information to exist
|
|
105
103
|
* as a standalone account. This account requires you to first complete phone
|
|
106
104
|
* verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
|
|
107
|
-
* <i>Organizations User Guide
|
|
108
|
-
* </p>
|
|
105
|
+
* <i>Organizations User Guide</i>.</p>
|
|
109
106
|
* </li>
|
|
110
107
|
* <li>
|
|
111
108
|
* <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
112
109
|
* accounts that you can create in one day.</p>
|
|
113
110
|
* </li>
|
|
114
111
|
* <li>
|
|
115
|
-
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
112
|
+
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
113
|
+
* account isn't fully active. You must complete the account setup before you
|
|
114
|
+
* create an organization.</p>
|
|
116
115
|
* </li>
|
|
117
116
|
* <li>
|
|
118
117
|
* <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
|
|
119
|
-
* of accounts in an organization. If you need more accounts, contact <a href="https://
|
|
118
|
+
* of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
|
|
120
119
|
* request an increase in your limit. </p>
|
|
121
120
|
* <p>Or the number of invitations that you tried to send would cause you to exceed
|
|
122
121
|
* the limit of accounts in your organization. Send fewer invitations or contact
|
|
@@ -127,11 +126,14 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
127
126
|
* <important>
|
|
128
127
|
* <p>If you get this exception when running a command immediately after
|
|
129
128
|
* creating the organization, wait one hour and try again. After an hour, if
|
|
130
|
-
* the command continues to fail with this error, contact <a href="https://
|
|
131
|
-
* Support</a>.</p>
|
|
129
|
+
* the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
132
130
|
* </important>
|
|
133
131
|
* </li>
|
|
134
132
|
* <li>
|
|
133
|
+
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
134
|
+
* register a suspended account as a delegated administrator.</p>
|
|
135
|
+
* </li>
|
|
136
|
+
* <li>
|
|
135
137
|
* <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
|
|
136
138
|
* the management account of the organization as a delegated administrator for an
|
|
137
139
|
* Amazon Web Services service integrated with Organizations. You can designate only a member account as a
|
|
@@ -206,15 +208,13 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
206
208
|
* management account must have an associated account in the Amazon Web Services GovCloud
|
|
207
209
|
* (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
|
|
208
210
|
* in the
|
|
209
|
-
* <i>Amazon Web Services GovCloud User Guide
|
|
210
|
-
* </p>
|
|
211
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
211
212
|
* </li>
|
|
212
213
|
* <li>
|
|
213
214
|
* <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
|
|
214
215
|
* this management account, you first must associate a valid payment instrument,
|
|
215
|
-
* such as a credit card, with the account.
|
|
216
|
-
*
|
|
217
|
-
* </p>
|
|
216
|
+
* such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
217
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
218
218
|
* </li>
|
|
219
219
|
* <li>
|
|
220
220
|
* <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
|
|
@@ -233,9 +233,8 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
233
233
|
* <li>
|
|
234
234
|
* <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
|
|
235
235
|
* this member account, you first must associate a valid payment instrument, such
|
|
236
|
-
* as a credit card, with the account.
|
|
237
|
-
*
|
|
238
|
-
* </p>
|
|
236
|
+
* as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
|
|
237
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
239
238
|
* </li>
|
|
240
239
|
* <li>
|
|
241
240
|
* <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
|
|
@@ -397,9 +396,8 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
|
|
|
397
396
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
398
397
|
* <p>You have sent too many requests in too short a period of time. The quota helps protect
|
|
399
398
|
* against denial-of-service attacks. Try again later.</p>
|
|
400
|
-
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
|
|
401
|
-
* <i>Organizations User Guide
|
|
402
|
-
* </p>
|
|
399
|
+
* <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
|
|
400
|
+
* <i>Organizations User Guide</i>.</p>
|
|
403
401
|
*
|
|
404
402
|
* @throws {@link OrganizationsServiceException}
|
|
405
403
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|