Exception: Aws::Rails::Middleware::ElasticBeanstalkSQSD::InvalidJobClassError
- Inherits:
-
StandardError
- Object
- StandardError
- Aws::Rails::Middleware::ElasticBeanstalkSQSD::InvalidJobClassError
- Defined in:
- lib/aws/rails/middleware/elastic_beanstalk_sqsd.rb
Overview
Raised when a job message names a class that cannot be executed - the name is not a well-formed constant path, it is not in the configured job_class_allowlist, or it does not inherit from ActiveJob::Base.