Class InvalidInputException

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

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

One or more specified values aren't valid. For example, a required value might be missing, a numeric value might be outside the allowed range, or a string value might exceed length constraints.

See Also: