@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.426Z") @Stability(value=Stable) public enum FailoverStatusCode extends Enum<FailoverStatusCode>
| Enum Constant and Description |
|---|
BAD_GATEWAY
Bad Gateway (502).
|
FORBIDDEN
Forbidden (403).
|
GATEWAY_TIMEOUT
Gateway Timeout (504).
|
INTERNAL_SERVER_ERROR
Internal Server Error (500).
|
NOT_FOUND
Not found (404).
|
SERVICE_UNAVAILABLE
Service Unavailable (503).
|
| Modifier and Type | Method and Description |
|---|---|
static FailoverStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailoverStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final FailoverStatusCode FORBIDDEN
@Stability(value=Stable) public static final FailoverStatusCode NOT_FOUND
@Stability(value=Stable) public static final FailoverStatusCode INTERNAL_SERVER_ERROR
@Stability(value=Stable) public static final FailoverStatusCode BAD_GATEWAY
@Stability(value=Stable) public static final FailoverStatusCode SERVICE_UNAVAILABLE
@Stability(value=Stable) public static final FailoverStatusCode GATEWAY_TIMEOUT
public static FailoverStatusCode[] values()
for (FailoverStatusCode c : FailoverStatusCode.values()) System.out.println(c);
public static FailoverStatusCode 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 nullCopyright © 2021. All rights reserved.