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