# File lib/aws/simple_email_service/identity.rb, line 159 def exists? options = { :identities => [identity] } resp = client.get_identity_verification_attributes(options) !!resp[:verification_attributes][identity] end