Class StepInterruptedException

All Implemented Interfaces:
Serializable

public class StepInterruptedException extends StepException
Exception thrown when a step with AT_MOST_ONCE_PER_RETRY semantics was started but interrupted before completion.
See Also:
  • Constructor Details

    • StepInterruptedException

      public StepInterruptedException(software.amazon.awssdk.services.lambda.model.Operation operation)
  • Method Details

    • isStepInterruptedException

      public static boolean isStepInterruptedException(software.amazon.awssdk.services.lambda.model.ErrorObject errorObject)