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