Exception: Aws::Rails::Middleware::ElasticBeanstalkSQSD::InvalidJobClassError

Inherits:
StandardError
  • Object
show all
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.