# File lib/aws/sns/subscription.rb, line 63
      def unsubscribe
        client.unsubscribe(:subscription_arn => arn)
        nil
      end