Class ClientException

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

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

These errors are usually caused by a client action. One example cause is using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Another cause is specifying an identifier that's not valid.

See Also: