# File lib/aws/core/client.rb, line 324 def should_retry? response if retryable_error?(response) response.safe_to_retry? else false end end