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