# File lib/aws/core/policy.rb, line 901 def translated_excluded_actions return nil unless excluded_actions excluded_actions.map { |a| translate_action(a) } end