Uses of Class
software.amazon.awssdk.services.eksauth.model.EksAuthException
-
Packages that use EksAuthException Package Description software.amazon.awssdk.services.eksauth The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.software.amazon.awssdk.services.eksauth.model -
-
Uses of EksAuthException in software.amazon.awssdk.services.eksauth
Methods in software.amazon.awssdk.services.eksauth that throw EksAuthException Modifier and Type Method Description default AssumeRoleForPodIdentityResponseEksAuthClient. assumeRoleForPodIdentity(Consumer<AssumeRoleForPodIdentityRequest.Builder> assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent.default AssumeRoleForPodIdentityResponseEksAuthClient. assumeRoleForPodIdentity(AssumeRoleForPodIdentityRequest assumeRoleForPodIdentityRequest)The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent. -
Uses of EksAuthException in software.amazon.awssdk.services.eksauth.model
Subclasses of EksAuthException in software.amazon.awssdk.services.eksauth.model Modifier and Type Class Description classAccessDeniedExceptionYou don't have permissions to perform the requested operation.classExpiredTokenExceptionThe specified Kubernetes service account token is expired.classInternalServerExceptionThese errors are usually caused by a server-side issue.classInvalidParameterExceptionThe specified parameter is invalid.classInvalidRequestExceptionThis exception is thrown if the request contains a semantic error.classInvalidTokenExceptionThe specified Kubernetes service account token is invalid.classResourceNotFoundExceptionThe specified resource could not be found.classServiceUnavailableExceptionThe service is unavailable.classThrottlingExceptionThe request was denied because your request rate is too high.Methods in software.amazon.awssdk.services.eksauth.model that return EksAuthException Modifier and Type Method Description EksAuthExceptionEksAuthException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.eksauth.model with parameters of type EksAuthException Constructor Description BuilderImpl(EksAuthException ex)
-