Values.ResourceNotFoundExceptionSourceThe specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Amazon Web Services Region specific.
type nonrec t = {clusterName : String_.t option;The Amazon EKS cluster associated with the exception.
*)nodegroupName : String_.t option;The Amazon EKS managed node group associated with the exception.
*)fargateProfileName : String_.t option;The Fargate profile associated with the exception.
*)addonName : String_.t option;The Amazon EKS add-on name associated with the exception.
*)subscriptionId : String_.t option;The Amazon EKS subscription ID with the exception.
*)message : String_.t option;The Amazon EKS message associated with the exception.
*)}