Class InvalidParameterException

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

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

An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.

See Also: