# File lib/aws/sns/originators/from_auto_scaling.rb, line 32 def body return @body if defined? @body @body = self.parse_from self.raw['Message'] end