@Generated(value="software.amazon.awssdk:codegen") public final class ClientException extends EksException implements ToCopyableBuilder<ClientException.Builder,ClientException>
These errors are usually caused by a client action. Actions can include using an action or resource on behalf of a user that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addonName()
Returns the value of the AddonName property for this object.
|
static ClientException.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 ClientException.Builder> |
serializableBuilderClass() |
ClientException.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 ClientException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClientException.Builder,ClientException>toBuilder in class EksExceptionpublic static ClientException.Builder builder()
public static Class<? extends ClientException.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.
public String addonName()
Copyright © 2022. All rights reserved.