Class InvalidChangeSetStatusException

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

@Generated("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.

See Also: