pub const VALIDATION_ERROR: &str = "ValidationException";Expand description
SageMaker’s canonical input-validation error. The model does not enumerate a
ValidationException shape on most operations, but the live API returns it
for malformed input, and it is registered as a service-wide common error in
the conformance probe.