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