class Aws::Rails::ActionMailbox::SnsNotification

def receipt?

def receipt?
  message.fetch(:notificationType) == 'Received'
end