class ActionMailbox::Ingresses::Ses::InboundEmailsController

def notification

def notification
  @notification ||= Aws::Rails::ActionMailbox::SnsNotification.new(request.raw_post)
end