Class BadRequestException

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

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

The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.

See Also: