You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
100
102
*
101
103
* @throws {@link ClientException} (client fault)
102
-
* <p>These errors are usually caused by a client action. This client action might be using an action or
103
-
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
104
-
* be specifying an identifier that isn't valid.</p>
104
+
* <p>These errors are usually caused by a client action. This client action might be using
105
+
* an action or resource on behalf of a user that doesn't have permissions to use the
106
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
105
107
* <p>The following list includes additional causes for the error:</p>
106
108
* <ul>
107
109
* <li>
108
-
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
109
-
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
110
-
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
111
-
* quotas</a>.</p>
110
+
* <p>The <code>RunTask</code> could not be processed because you use managed
111
+
* scaling and there is a capacity error because the quota of tasks in the
112
+
* <code>PROVISIONING</code> per cluster has been reached. For information
113
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
* <p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code> cluster when
32
-
* you launch your first container instance. However, you can create your own cluster with a unique
33
-
* name.</p>
31
+
* <p>Creates a new Amazon ECS cluster. By default, your account receives a <code>default</code>
32
+
* cluster when you launch your first container instance. However, you can create your own
33
+
* cluster with a unique name.</p>
34
34
* <note>
35
-
* <p>When you call the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCluster.html">CreateCluster</a> API operation,
36
-
* Amazon ECS attempts to create the Amazon ECS service-linked role for your account. This is so that it can
37
-
* manage required resources in other Amazon Web Services services on your behalf. However, if the user that makes
38
-
* the call doesn't have permissions to create the service-linked role, it isn't created. For more
39
-
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html">Using service-linked
40
-
* roles for Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
35
+
* <p>When you call the <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCluster.html">CreateCluster</a>
36
+
* API operation, Amazon ECS attempts to create the Amazon ECS service-linked role for your
37
+
* account. This is so that it can manage required resources in other Amazon Web Services services on
38
+
* your behalf. However, if the user that makes the call doesn't have permissions to
39
+
* create the service-linked role, it isn't created. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html">Using
40
+
* service-linked roles for Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
41
41
* </note>
42
42
* @example
43
43
* Use a bare-bones client and the command you need to make an API call.
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
176
176
*
177
177
* @throws {@link ClientException} (client fault)
178
-
* <p>These errors are usually caused by a client action. This client action might be using an action or
179
-
* resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might
180
-
* be specifying an identifier that isn't valid.</p>
178
+
* <p>These errors are usually caused by a client action. This client action might be using
179
+
* an action or resource on behalf of a user that doesn't have permissions to use the
180
+
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
181
181
* <p>The following list includes additional causes for the error:</p>
182
182
* <ul>
183
183
* <li>
184
-
* <p>The <code>RunTask</code> could not be processed because you use managed scaling and there is
185
-
* a capacity error because the quota of tasks in the <code>PROVISIONING</code> per cluster has
186
-
* been reached. For information about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS service
187
-
* quotas</a>.</p>
184
+
* <p>The <code>RunTask</code> could not be processed because you use managed
185
+
* scaling and there is a capacity error because the quota of tasks in the
186
+
* <code>PROVISIONING</code> per cluster has been reached. For information
187
+
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
0 commit comments