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