class Aws::Rails::ActionMailbox::SnsNotification

def notification

def notification
  @notification ||= JSON.parse(@request_body, symbolize_names: true)
rescue JSON::ParserError => e
  Rails.logger.warn("Unable to parse SNS notification: #{e}")
  nil
end