| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.EKSErrorCode
Description
Documentation
newtype EKSErrorCode Source #
Constructors
| EKSErrorCode' | |
Fields | |
Bundled Patterns
| pattern EKSErrorCode_AccessDenied :: EKSErrorCode | |
| pattern EKSErrorCode_AdmissionRequestDenied :: EKSErrorCode | |
| pattern EKSErrorCode_ClusterUnreachable :: EKSErrorCode | |
| pattern EKSErrorCode_ConfigurationConflict :: EKSErrorCode | |
| pattern EKSErrorCode_EniLimitReached :: EKSErrorCode | |
| pattern EKSErrorCode_InsufficientFreeAddresses :: EKSErrorCode | |
| pattern EKSErrorCode_InsufficientNumberOfReplicas :: EKSErrorCode | |
| pattern EKSErrorCode_IpNotAvailable :: EKSErrorCode | |
| pattern EKSErrorCode_K8sResourceNotFound :: EKSErrorCode | |
| pattern EKSErrorCode_NodeCreationFailure :: EKSErrorCode | |
| pattern EKSErrorCode_OperationNotPermitted :: EKSErrorCode | |
| pattern EKSErrorCode_PodEvictionFailure :: EKSErrorCode | |
| pattern EKSErrorCode_SecurityGroupNotFound :: EKSErrorCode | |
| pattern EKSErrorCode_SubnetNotFound :: EKSErrorCode | |
| pattern EKSErrorCode_Unknown :: EKSErrorCode | |
| pattern EKSErrorCode_UnsupportedAddonModification :: EKSErrorCode | |
| pattern EKSErrorCode_VpcIdNotFound :: EKSErrorCode |