# File lib/aws/sqs/received_sns_message.rb, line 110 def body_message_as_h @body_message_as_h ||= JSON.parse(to_h[:body]) end