# File lib/fog/aws/models/glacier/vaults.rb, line 17
        def get(key)
          data = connection.describe_vault(key).body
          new(data)
        rescue Excon::Errors::NotFound
          nil
        end