@Generated(value="software.amazon.awssdk:codegen") public final class InvalidChangeSetStatusException extends CloudFormationException implements ToCopyableBuilder<InvalidChangeSetStatusException.Builder,InvalidChangeSetStatusException>
The specified change set can't be used to update the stack. For example, the change set status might be
CREATE_IN_PROGRESS, or the stack status might be UPDATE_IN_PROGRESS.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidChangeSetStatusException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidChangeSetStatusException.Builder |
builder() |
static Class<? extends InvalidChangeSetStatusException.Builder> |
serializableBuilderClass() |
InvalidChangeSetStatusException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidChangeSetStatusException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidChangeSetStatusException.Builder,InvalidChangeSetStatusException>toBuilder in class CloudFormationExceptionpublic static InvalidChangeSetStatusException.Builder builder()
public static Class<? extends InvalidChangeSetStatusException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.