@Generated(value="software.amazon.awssdk:codegen") public final class InvalidRequestException extends EksException implements ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>
The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidRequestException.Builder |
builder() |
String |
clusterName()
The Amazon EKS cluster associated with the exception.
|
String |
nodegroupName()
The Amazon EKS managed node group associated with the exception.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidRequestException.Builder> |
serializableBuilderClass() |
InvalidRequestException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>toBuilder in class EksExceptionpublic static InvalidRequestException.Builder builder()
public static Class<? extends InvalidRequestException.Builder> serializableBuilderClass()
public String clusterName()
The Amazon EKS cluster associated with the exception.
public String nodegroupName()
The Amazon EKS managed node group associated with the exception.
Copyright © 2020. All rights reserved.