Class DuplicatedStopRequestException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DuplicatedStopRequestException.Builder,DuplicatedStopRequestException>

@Generated("software.amazon.awssdk:codegen") public final class DuplicatedStopRequestException extends CodePipelineException implements ToCopyableBuilder<DuplicatedStopRequestException.Builder,DuplicatedStopRequestException>

The pipeline execution is already in a Stopping state. If you already chose to stop and wait, you cannot make that request again. You can choose to stop and abandon now, but be aware that this option can lead to failed tasks or out of sequence tasks. If you already chose to stop and abandon, you cannot make that request again.

See Also: