# File lib/aws/sqs/received_message.rb, line 52
      def initialize(queue, id, handle, opts = {})
        @queue = queue
        @id = id
        @handle = handle
        @body = opts[:body]
        @md5 = opts[:md5]
        @attributes = opts[:attributes] || {}
        super
      end