Class ClientException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ClientException.Builder,ClientException>

@Generated("software.amazon.awssdk:codegen") public final class ClientException extends EcsException implements ToCopyableBuilder<ClientException.Builder,ClientException>

These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might be specifying an identifier that isn't valid.

The following list includes additional causes for the error:

  • The RunTask could not be processed because you use managed scaling and there is a capacity error because the quota of tasks in the PROVISIONING per cluster has been reached. For information about the service quotas, see Amazon ECS service quotas.

See Also: