Exception: Exactly::UpsertDataExtensionFailed

Inherits:
ExactlyError
  • Object
show all
Defined in:
lib/exactly/client.rb

Instance Attribute Summary

Attributes inherited from ExactlyError

#response

Instance Method Summary collapse

Methods inherited from ExactlyError

#initialize

Constructor Details

This class inherits a constructor from Exactly::ExactlyError

Instance Method Details

#messageObject



13
14
15
# File 'lib/exactly/client.rb', line 13

def message
  @response.to_hash[:update_response][:results][:status_message]
end