Skip to content

Bedrock Agentcore  >  Errors  >  RetryableConflictException

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.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'
is_retry_safe class-attribute instance-attribute
is_retry_safe: bool | None = True