# File lib/aws/sns/subscription.rb, line 128
      def update_delivery_policy policy_json
        client_opts = {}
        client_opts[:subscription_arn] = arn
        client_opts[:attribute_name] = 'DeliveryPolicy'
        client_opts[:attribute_value] = policy_json
        client.set_subscription_attributes(client_opts)
      end