Skip to content

Bedrock Agentcore Control  >  Errors  >  RetryableConflictException

RetryableConflictException

Error Class

RetryableConflictException dataclass

Bases: ServiceError

The operation failed because of a conflicting request. Retry the request.

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