Lambda > Structures > RetryDetails RetryDetails¶ Structure Class¶ RetryDetails dataclass ¶ Information about retry attempts for an operation. Attributes¶ current_attempt class-attribute instance-attribute ¶ current_attempt: int = 0 The current attempt number for this operation. next_attempt_delay_seconds class-attribute instance-attribute ¶ next_attempt_delay_seconds: int | None = None The delay before the next retry attempt, in seconds.