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.

See Also: