Exception: Aws::ActiveJob::SQS::InvalidJobClassError
- Inherits:
-
StandardError
- Object
- StandardError
- Aws::ActiveJob::SQS::InvalidJobClassError
- Defined in:
- lib/aws/active_job/sqs/job_runner.rb
Overview
Raised when a message names a job class that cannot be executed: the name is not a well-formed constant path, it is not in the configured job_class_allowlist, it is undefined, or it does not name a class inheriting from ActiveJob::Base. This is a permanent failure: such a message can never succeed, so the executor logs and deletes it rather than letting it redeliver.