class Aws::Plugins::RetryErrors::LegacyHandler
def should_retry?(context, error)
def should_retry?(context, error) error.retryable?(context) && context.retries < retry_limit(context) && response_truncatable?(context) end
def should_retry?(context, error) error.retryable?(context) && context.retries < retry_limit(context) && response_truncatable?(context) end