class Aws::SWF::Plugins::ReadTimeouts::Handler
Public Instance Methods
call(context)
click to toggle source
# 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