# File lib/aws/policy.rb, line 146
    def self.from_json(json)
      new(JSON.parse(json))
    end