We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e28da commit ea4f8b8Copy full SHA for ea4f8b8
amazon/coral/call.rb
@@ -40,7 +40,7 @@ def request_id
40
# Invoke the remote service and return the result.
41
def call(input = {})
42
begin
43
- @request_id = UUID.random_create if @request_id.nil?
+ @request_id = UUIDTools::UUID.random_create if @request_id.nil?
44
45
return @dispatcher.dispatch(self, input)
46
rescue Timeout::Error => timeout
0 commit comments