# File lib/fog/aws/models/glacier/jobs.rb, line 28 def get(key) data = service.describe_job(vault.id, key).body new(data) rescue Excon::Errors::NotFound nil end