@aws-sdk/client-organizations 3.289.0 → 3.290.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.
Files changed (56) hide show
  1. package/dist-types/commands/AcceptHandshakeCommand.d.ts +208 -0
  2. package/dist-types/commands/AttachPolicyCommand.d.ts +352 -0
  3. package/dist-types/commands/CancelHandshakeCommand.d.ts +139 -0
  4. package/dist-types/commands/CloseAccountCommand.d.ts +343 -0
  5. package/dist-types/commands/CreateAccountCommand.d.ts +336 -0
  6. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +336 -0
  7. package/dist-types/commands/CreateOrganizationCommand.d.ts +334 -0
  8. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +334 -0
  9. package/dist-types/commands/CreatePolicyCommand.d.ts +348 -0
  10. package/dist-types/commands/DeclineHandshakeCommand.d.ts +139 -0
  11. package/dist-types/commands/DeleteOrganizationCommand.d.ts +135 -0
  12. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +139 -0
  13. package/dist-types/commands/DeletePolicyCommand.d.ts +141 -0
  14. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +230 -0
  15. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +339 -0
  16. package/dist-types/commands/DescribeAccountCommand.d.ts +132 -0
  17. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +134 -0
  18. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +337 -0
  19. package/dist-types/commands/DescribeHandshakeCommand.d.ts +130 -0
  20. package/dist-types/commands/DescribeOrganizationCommand.d.ts +27 -0
  21. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +131 -0
  22. package/dist-types/commands/DescribePolicyCommand.d.ts +133 -0
  23. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +226 -0
  24. package/dist-types/commands/DetachPolicyCommand.d.ts +345 -0
  25. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +331 -0
  26. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +345 -0
  27. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +331 -0
  28. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +190 -0
  29. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +348 -0
  30. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +406 -0
  31. package/dist-types/commands/LeaveOrganizationCommand.d.ts +338 -0
  32. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +327 -0
  33. package/dist-types/commands/ListAccountsCommand.d.ts +127 -0
  34. package/dist-types/commands/ListAccountsForParentCommand.d.ts +130 -0
  35. package/dist-types/commands/ListChildrenCommand.d.ts +130 -0
  36. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +130 -0
  37. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +327 -0
  38. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +335 -0
  39. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +127 -0
  40. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +131 -0
  41. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +130 -0
  42. package/dist-types/commands/ListParentsCommand.d.ts +131 -0
  43. package/dist-types/commands/ListPoliciesCommand.d.ts +130 -0
  44. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +134 -0
  45. package/dist-types/commands/ListRootsCommand.d.ts +127 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +131 -0
  47. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +133 -0
  48. package/dist-types/commands/MoveAccountCommand.d.ts +147 -0
  49. package/dist-types/commands/PutResourcePolicyCommand.d.ts +331 -0
  50. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +340 -0
  51. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +338 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +332 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +332 -0
  54. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +138 -0
  55. package/dist-types/commands/UpdatePolicyCommand.d.ts +348 -0
  56. package/package.json +29 -29
@@ -31,6 +31,139 @@ export interface DescribePolicyCommandOutput extends DescribePolicyResponse, __M
31
31
  * @see {@link DescribePolicyCommandOutput} for command's `response` shape.
32
32
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have permissions to perform the requested operation. The user or role that
36
+ * is making the request must have at least one IAM permissions policy attached that
37
+ * 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
38
+ * <i>IAM User Guide.</i>
39
+ * </p>
40
+ *
41
+ * @throws {@link AWSOrganizationsNotInUseException} (client fault)
42
+ * <p>Your account isn't a member of an organization. To make this request, you must use the
43
+ * credentials of an account that belongs to an organization.</p>
44
+ *
45
+ * @throws {@link InvalidInputException} (client fault)
46
+ * <p>The requested operation failed because you provided invalid values for one or more of
47
+ * the request parameters. This exception includes a reason that contains additional
48
+ * information about the violated limit:</p>
49
+ * <note>
50
+ * <p>Some of the reasons in the following list might not be applicable to this specific
51
+ * API or operation.</p>
52
+ * </note>
53
+ * <ul>
54
+ * <li>
55
+ * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
56
+ * entity.</p>
57
+ * </li>
58
+ * <li>
59
+ * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
60
+ * modified.</p>
61
+ * </li>
62
+ * <li>
63
+ * <p>INPUT_REQUIRED: You must include a value for all required parameters.</p>
64
+ * </li>
65
+ * <li>
66
+ * <p>INVALID_EMAIL_ADDRESS_TARGET: You specified an invalid email address for the
67
+ * invited account owner.</p>
68
+ * </li>
69
+ * <li>
70
+ * <p>INVALID_ENUM: You specified an invalid value.</p>
71
+ * </li>
72
+ * <li>
73
+ * <p>INVALID_ENUM_POLICY_TYPE: You specified an invalid policy type string.</p>
74
+ * </li>
75
+ * <li>
76
+ * <p>INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid
77
+ * characters.</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least
81
+ * one invalid value.</p>
82
+ * </li>
83
+ * <li>
84
+ * <p>INVALID_PAGINATION_TOKEN: Get the value for the <code>NextToken</code>
85
+ * parameter from the response to a previous call of the operation.</p>
86
+ * </li>
87
+ * <li>
88
+ * <p>INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account,
89
+ * organization, or email) as a party.</p>
90
+ * </li>
91
+ * <li>
92
+ * <p>INVALID_PATTERN: You provided a value that doesn't match the required
93
+ * pattern.</p>
94
+ * </li>
95
+ * <li>
96
+ * <p>INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match
97
+ * the required pattern.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>INVALID_ROLE_NAME: You provided a role name that isn't valid. A role name
101
+ * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
102
+ * </li>
103
+ * <li>
104
+ * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
105
+ * (ARN) for the organization.</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID. </p>
109
+ * </li>
110
+ * <li>
111
+ * <p>INVALID_SYSTEM_TAGS_PARAMETER: You specified a tag key that is a system tag.
112
+ * You can’t add, edit, or delete system tag keys because they're reserved for
113
+ * Amazon Web Services use. System tags don’t count against your tags per resource limit.</p>
114
+ * </li>
115
+ * <li>
116
+ * <p>MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the
117
+ * operation.</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than
121
+ * allowed.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value
125
+ * than allowed.</p>
126
+ * </li>
127
+ * <li>
128
+ * <p>MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than
129
+ * allowed.</p>
130
+ * </li>
131
+ * <li>
132
+ * <p>MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value
133
+ * than allowed.</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between
137
+ * entities in the same root.</p>
138
+ * </li>
139
+ * <li>
140
+ * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
141
+ * entity.</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
145
+ * recognized.</p>
146
+ * </li>
147
+ * </ul>
148
+ *
149
+ * @throws {@link PolicyNotFoundException} (client fault)
150
+ * <p>We can't find a policy with the <code>PolicyId</code> that you specified.</p>
151
+ *
152
+ * @throws {@link ServiceException} (server fault)
153
+ * <p>Organizations can't complete your request because of an internal service error. Try again
154
+ * later.</p>
155
+ *
156
+ * @throws {@link TooManyRequestsException} (client fault)
157
+ * <p>You have sent too many requests in too short a period of time. The quota helps protect
158
+ * against denial-of-service attacks. Try again later.</p>
159
+ * <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
160
+ * <i>Organizations User Guide.</i>
161
+ * </p>
162
+ *
163
+ * @throws {@link UnsupportedAPIEndpointException} (client fault)
164
+ * <p>This action isn't available in the current Amazon Web Services Region.</p>
165
+ *
166
+ *
34
167
  * @example To get information about a policy
35
168
  * ```javascript
36
169
  * // The following example shows how to request information about a policy:/n/n
@@ -31,6 +31,232 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
31
31
  * @see {@link DescribeResourcePolicyCommandOutput} for command's `response` shape.
32
32
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have permissions to perform the requested operation. The user or role that
36
+ * is making the request must have at least one IAM permissions policy attached that
37
+ * 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
38
+ * <i>IAM User Guide.</i>
39
+ * </p>
40
+ *
41
+ * @throws {@link AWSOrganizationsNotInUseException} (client fault)
42
+ * <p>Your account isn't a member of an organization. To make this request, you must use the
43
+ * credentials of an account that belongs to an organization.</p>
44
+ *
45
+ * @throws {@link ConstraintViolationException} (client fault)
46
+ * <p>Performing this operation violates a minimum or maximum value limit. For example,
47
+ * attempting to remove the last service control policy (SCP) from an OU or root, inviting
48
+ * or creating too many accounts to the organization, or attaching too many policies to an
49
+ * account, OU, or root. This exception includes a reason that contains additional
50
+ * information about the violated limit:</p>
51
+ * <note>
52
+ * <p>Some of the reasons in the following list might not be applicable to this specific
53
+ * API or operation.</p>
54
+ * </note>
55
+ * <ul>
56
+ * <li>
57
+ * <p>ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management
58
+ * account from the organization. You can't remove the management account. Instead,
59
+ * after you remove all member accounts, delete the organization itself.</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an
63
+ * account from the organization that doesn't yet have enough information to exist
64
+ * as a standalone account. This account requires you to first complete phone
65
+ * 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
66
+ * <i>Organizations User Guide.</i>
67
+ * </p>
68
+ * </li>
69
+ * <li>
70
+ * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
71
+ * accounts that you can create in one day.</p>
72
+ * </li>
73
+ * <li>
74
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
75
+ * </li>
76
+ * <li>
77
+ * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
78
+ * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
79
+ * request an increase in your limit. </p>
80
+ * <p>Or the number of invitations that you tried to send would cause you to exceed
81
+ * the limit of accounts in your organization. Send fewer invitations or contact
82
+ * Amazon Web Services Support to request an increase in the number of accounts.</p>
83
+ * <note>
84
+ * <p>Deleted and closed accounts still count toward your limit.</p>
85
+ * </note>
86
+ * <important>
87
+ * <p>If you get this exception when running a command immediately after
88
+ * creating the organization, wait one hour and try again. After an hour, if
89
+ * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
90
+ * Support</a>.</p>
91
+ * </important>
92
+ * </li>
93
+ * <li>
94
+ * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
95
+ * the management account of the organization as a delegated administrator for an
96
+ * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
97
+ * delegated administrator.</p>
98
+ * </li>
99
+ * <li>
100
+ * <p>CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management
101
+ * account. To close the management account for the organization, you must first
102
+ * either remove or close all member accounts in the organization. Follow standard
103
+ * account closure process using root credentials.​ </p>
104
+ * </li>
105
+ * <li>
106
+ * <p>CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an
107
+ * account that is registered as a delegated administrator for a service integrated
108
+ * with your organization. To complete this operation, you must first deregister
109
+ * this account as a delegated administrator. </p>
110
+ * </li>
111
+ * <li>
112
+ * <p>CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the
113
+ * past 30 days. </p>
114
+ * </li>
115
+ * <li>
116
+ * <p>CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of
117
+ * accounts that you can close at a time. ​ </p>
118
+ * </li>
119
+ * <li>
120
+ * <p>CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an
121
+ * organization in the specified region, you must enable all features mode.</p>
122
+ * </li>
123
+ * <li>
124
+ * <p>DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an
125
+ * Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has
126
+ * a delegated administrator. To complete this operation, you must first deregister
127
+ * any existing delegated administrators for this service.</p>
128
+ * </li>
129
+ * <li>
130
+ * <p>EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for
131
+ * a limited period of time. You must resubmit the request and generate a new
132
+ * verfication code.</p>
133
+ * </li>
134
+ * <li>
135
+ * <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
136
+ * handshakes that you can send in one day.</p>
137
+ * </li>
138
+ * <li>
139
+ * <p>INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported
140
+ * payment method is associated with the account. Amazon Web Services does not support cards
141
+ * issued by financial institutions in Russia or Belarus. For more information, see
142
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html">Managing your
143
+ * Amazon Web Services payments</a>.</p>
144
+ * </li>
145
+ * <li>
146
+ * <p>MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in
147
+ * this organization, you first must migrate the organization's management account
148
+ * to the marketplace that corresponds to the management account's address. For
149
+ * example, accounts with India addresses must be associated with the AISPL
150
+ * marketplace. All accounts in an organization must be associated with the same
151
+ * marketplace.</p>
152
+ * </li>
153
+ * <li>
154
+ * <p>MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services /> Regions
155
+ * in China. To create an organization, the master must have a valid business
156
+ * license. For more information, contact customer support.</p>
157
+ * </li>
158
+ * <li>
159
+ * <p>MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must
160
+ * first provide a valid contact address and phone number for the management
161
+ * account. Then try the operation again.</p>
162
+ * </li>
163
+ * <li>
164
+ * <p>MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the
165
+ * management account must have an associated account in the Amazon Web Services GovCloud
166
+ * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
167
+ * in the
168
+ * <i>Amazon Web Services GovCloud User Guide.</i>
169
+ * </p>
170
+ * </li>
171
+ * <li>
172
+ * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
173
+ * this management account, you first must associate a valid payment instrument,
174
+ * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
175
+ * been provided</a> in the <i>Organizations User Guide.</i>
176
+ * </p>
177
+ * </li>
178
+ * <li>
179
+ * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
180
+ * register more delegated administrators than allowed for the service principal.
181
+ * </p>
182
+ * </li>
183
+ * <li>
184
+ * <p>MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number
185
+ * of policies of a certain type that can be attached to an entity at one
186
+ * time.</p>
187
+ * </li>
188
+ * <li>
189
+ * <p>MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this
190
+ * resource. </p>
191
+ * </li>
192
+ * <li>
193
+ * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
194
+ * this member account, you first must associate a valid payment instrument, such
195
+ * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
196
+ * been provided</a> in the <i>Organizations User Guide.</i>
197
+ * </p>
198
+ * </li>
199
+ * <li>
200
+ * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
201
+ * from an entity that would cause the entity to have fewer than the minimum number
202
+ * of policies of a certain type required.</p>
203
+ * </li>
204
+ * <li>
205
+ * <p>ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation
206
+ * that requires the organization to be configured to support all features. An
207
+ * organization that supports only consolidated billing features can't perform this
208
+ * operation.</p>
209
+ * </li>
210
+ * <li>
211
+ * <p>OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many
212
+ * levels deep.</p>
213
+ * </li>
214
+ * <li>
215
+ * <p>OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you
216
+ * can have in an organization.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger
220
+ * than the maximum size.</p>
221
+ * </li>
222
+ * <li>
223
+ * <p>POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies
224
+ * that you can have in an organization.</p>
225
+ * </li>
226
+ * <li>
227
+ * <p>SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated
228
+ * administrator before you enabled service access. Call the
229
+ * <code>EnableAWSServiceAccess</code> API first.</p>
230
+ * </li>
231
+ * <li>
232
+ * <p>TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags
233
+ * that are not compliant with the tag policy requirements for this account.</p>
234
+ * </li>
235
+ * <li>
236
+ * <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, there is a waiting
237
+ * period before you can remove it from the organization. If you get an error that
238
+ * indicates that a wait period is required, try again in a few days.</p>
239
+ * </li>
240
+ * </ul>
241
+ *
242
+ * @throws {@link ResourcePolicyNotFoundException} (client fault)
243
+ * <p>We can't find a resource policy request with the parameter that you specified.</p>
244
+ *
245
+ * @throws {@link ServiceException} (server fault)
246
+ * <p>Organizations can't complete your request because of an internal service error. Try again
247
+ * later.</p>
248
+ *
249
+ * @throws {@link TooManyRequestsException} (client fault)
250
+ * <p>You have sent too many requests in too short a period of time. The quota helps protect
251
+ * against denial-of-service attacks. Try again later.</p>
252
+ * <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
253
+ * <i>Organizations User Guide.</i>
254
+ * </p>
255
+ *
256
+ * @throws {@link UnsupportedAPIEndpointException} (client fault)
257
+ * <p>This action isn't available in the current Amazon Web Services Region.</p>
258
+ *
259
+ *
34
260
  */
35
261
  export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, OrganizationsClientResolvedConfig> {
36
262
  readonly input: DescribeResourcePolicyCommandInput;