status
The status of the stack instance, in terms of its synchronization with its associated stack set.
INOPERABLE: ADeleteStackInstancesoperation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSetoperations. You might need to perform aDeleteStackInstancesoperation, withRetainStacksset totrue, to delete the stack instance, and then delete the stack manually.INOPERABLEcan be returned here when the cause is a failed import. If it's due to a failed import, the operation can be retried once the failures are fixed. To see if this is due to a failed import, call the DescribeStackInstance API operation, look at theDetailedStatusmember returned in theStackInstanceSummarymember.OUTDATED: The stack isn't currently up to date with the StackSet because:The associated stack failed during a
CreateStackSetorUpdateStackSetoperation.The stack was part of a
CreateStackSetorUpdateStackSetoperation that failed or was stopped before the stack was created or updated.CURRENT: The stack is currently up to date with the StackSet.