# File lib/fog/aws/models/iam/instance_profiles.rb, line 16 def get(identity) new(service.get_instance_profile(identity).body["Role"]) rescue Excon::Errors::NotFound, Fog::AWS::IAM::NotFound nil end