Skip to content

Commit

Permalink
feat(client-organizations): Added ALL_FEATURES_MIGRATION_ORGANIZATION…
Browse files Browse the repository at this point in the history
…_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.
  • Loading branch information
awstools committed Jan 2, 2025
1 parent 66363a2 commit f509e1d
Show file tree
Hide file tree
Showing 30 changed files with 351 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ export interface AttachPolicyCommandOutput extends __MetadataBearer {}
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ export interface CloseAccountCommandOutput extends __MetadataBearer {}
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ export interface CreateGovCloudAccountCommandOutput extends CreateGovCloudAccoun
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ export interface CreateOrganizationCommandOutput extends CreateOrganizationRespo
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ export interface CreateOrganizationalUnitCommandOutput extends CreateOrganizatio
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ export interface DeregisterDelegatedAdministratorCommandOutput extends __Metadat
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ export interface DescribeEffectivePolicyCommandOutput extends DescribeEffectiveP
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ export interface DetachPolicyCommandOutput extends __MetadataBearer {}
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ export interface DisableAWSServiceAccessCommandOutput extends __MetadataBearer {
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ export interface DisablePolicyTypeCommandOutput extends DisablePolicyTypeRespons
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {}
* </important>
* </li>
* <li>
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
* </li>
* <li>
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
* register a suspended account as a delegated administrator.</p>
* </li>
Expand Down
Loading

0 comments on commit f509e1d

Please sign in to comment.