class Aws::Rails::ActionMailbox::SnsNotification

def content_in_s3?

def content_in_s3?
  action&.fetch(:type) == 'S3'
end