Module Values.NodegroupIssueCodeSource

Sourcetype nonrec t =
  1. | AutoScalingGroupNotFound
  2. | AutoScalingGroupInvalidConfiguration
  3. | Ec2SecurityGroupNotFound
  4. | Ec2SecurityGroupDeletionFailure
  5. | Ec2LaunchTemplateNotFound
  6. | Ec2LaunchTemplateVersionMismatch
  7. | Ec2SubnetNotFound
  8. | Ec2SubnetInvalidConfiguration
  9. | IamInstanceProfileNotFound
  10. | Ec2SubnetMissingIpv6Assignment
  11. | IamLimitExceeded
  12. | IamNodeRoleNotFound
  13. | NodeCreationFailure
  14. | AsgInstanceLaunchFailures
  15. | InstanceLimitExceeded
  16. | InsufficientFreeAddresses
  17. | AccessDenied
  18. | InternalFailure
  19. | ClusterUnreachable
  20. | AmiIdNotFound
  21. | AutoScalingGroupOptInRequired
  22. | AutoScalingGroupRateLimitExceeded
  23. | Ec2LaunchTemplateDeletionFailure
  24. | Ec2LaunchTemplateInvalidConfiguration
  25. | Ec2LaunchTemplateMaxLimitExceeded
  26. | Ec2SubnetListTooLong
  27. | IamThrottling
  28. | NodeTerminationFailure
  29. | PodEvictionFailure
  30. | SourceEc2LaunchTemplateNotFound
  31. | LimitExceeded
  32. | Unknown
  33. | AutoScalingGroupInstanceRefreshActive
  34. | KubernetesLabelInvalid
  35. | Ec2LaunchTemplateVersionMaxLimitExceeded
  36. | Ec2InstanceTypeDoesNotExist
  37. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t