RetryableConflictException¶
Error Class¶
RetryableConflictException
dataclass
¶
Bases: ServiceError
The exception that occurs when there is a retryable conflict performing an operation. This is a temporary condition that may resolve itself with retries. We recommend implementing exponential backoff retry logic in your application.