pub fn validation_error_code(meta: &OpMeta) -> &'static strExpand description
Pick the client-error code this operation should use for an input-validation
failure: InvalidRequestException when declared, else ValidationException,
else the operation’s first declared error, else InvalidRequestException.