Class: Aws::SWF::Plugins::ReadTimeouts::Handler Private

Inherits:
Seahorse::Client::Handler
  • Object
show all
Defined in:
lib/aws-sdk-swf/plugins/read_timeouts.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



12
13
14
15
16
# File 'lib/aws-sdk-swf/plugins/read_timeouts.rb', line 12

def call(context)
  context.config = context.config.dup
  context.config.http_read_timeout = 90
  @handler.call(context)
end