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
feat(client-ecs): This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.
* @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
102
100
*
103
101
* @throws {@link ClientException} (client fault)
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>
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>
107
105
* <p>The following list includes additional causes for the error:</p>
108
106
* <ul>
109
107
* <li>
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
114
-
* service quotas</a>.</p>
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
* @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
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>
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>
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
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
188
-
* service quotas</a>.</p>
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
0 commit comments