# File lib/aws/simple_email_service/identity.rb, line 107
      def bounce_topic
        if arn = bounce_topic_arn
          SNS::Topic.new(arn, :config => config)
        end
      end