class Aws::Rails::ActionMailbox::SnsNotification

def s3_content

def s3_content
  S3Client
    .client
    .get_object(key: key, bucket: bucket)
    .body
    .string
end