# File lib/aws/core/policy.rb, line 528 def valid_operator?(operator) translate_operator(operator, "") true rescue ArgumentError => e false end