# File lib/aws/policy.rb, line 765
      def exclude_actions(*actions)
        self.excluded_actions ||= []
        self.excluded_actions.push(*actions)
      end