Enum StudioComponentStatusCode

java.lang.Object
java.lang.Enum<StudioComponentStatusCode>
software.amazon.awssdk.services.nimble.model.StudioComponentStatusCode
All Implemented Interfaces:
Serializable, Comparable<StudioComponentStatusCode>

@Generated("software.amazon.awssdk:codegen") public enum StudioComponentStatusCode extends Enum<StudioComponentStatusCode>

The current status of the studio component resource.

When the resource is in the READY state, the status code signals what the last mutation made to the resource was.

When the resource is in a CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED state, the status code signals what went wrong and why the mutation failed.