@Generated(value="software.amazon.awssdk:codegen") public class StageNotRetryableException extends CodePipelineException implements ToCopyableBuilder<StageNotRetryableException.Builder,StageNotRetryableException>
The specified stage can't be retried because the pipeline structure or stage state changed after the stage was not completed; the stage contains no failed actions; one or more actions are still in progress; or another retry attempt is already in progress.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageNotRetryableException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StageNotRetryableException.Builder |
builder() |
static Class<? extends StageNotRetryableException.Builder> |
serializableBuilderClass() |
StageNotRetryableException.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic StageNotRetryableException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StageNotRetryableException.Builder,StageNotRetryableException>public static StageNotRetryableException.Builder builder()
public static Class<? extends StageNotRetryableException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.