class AWS::SQS::ReceivedSNSMessage

def initialize body, options = {}

Parameters:
  • options (Hash) --
  • body (String) -- The SQS message body
def initialize body, options = {}
  @body = body
  super
end