@Generated(value="software.amazon.awssdk:codegen") public enum StudioStatusCode extends Enum<StudioStatusCode>
The status code.
| Modifier and Type | Method and Description |
|---|---|
static StudioStatusCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<StudioStatusCode> |
knownValues()
|
String |
toString() |
static StudioStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudioStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudioStatusCode STUDIO_CREATED
public static final StudioStatusCode STUDIO_DELETED
public static final StudioStatusCode STUDIO_UPDATED
public static final StudioStatusCode STUDIO_CREATE_IN_PROGRESS
public static final StudioStatusCode STUDIO_UPDATE_IN_PROGRESS
public static final StudioStatusCode STUDIO_DELETE_IN_PROGRESS
public static final StudioStatusCode STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED
public static final StudioStatusCode STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED
public static final StudioStatusCode STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED
public static final StudioStatusCode AWS_SSO_NOT_ENABLED
public static final StudioStatusCode AWS_SSO_ACCESS_DENIED
public static final StudioStatusCode ROLE_NOT_OWNED_BY_STUDIO_OWNER
public static final StudioStatusCode ROLE_COULD_NOT_BE_ASSUMED
public static final StudioStatusCode INTERNAL_ERROR
public static final StudioStatusCode ENCRYPTION_KEY_NOT_FOUND
public static final StudioStatusCode ENCRYPTION_KEY_ACCESS_DENIED
public static final StudioStatusCode AWS_SSO_CONFIGURATION_REPAIRED
public static final StudioStatusCode AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS
public static final StudioStatusCode UNKNOWN_TO_SDK_VERSION
public static StudioStatusCode[] values()
for (StudioStatusCode c : StudioStatusCode.values()) System.out.println(c);
public static StudioStatusCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<StudioStatusCode>public static StudioStatusCode fromValue(String value)
value - real valuepublic static Set<StudioStatusCode> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known StudioStatusCodesCopyright © 2022. All rights reserved.