amazonka-eks-2.0: Amazon Elastic Kubernetes Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EKS.Types.EKSErrorCode

Description

 

Documentation

newtype EKSErrorCode Source #

Constructors

EKSErrorCode' 

Instances

Instances details
FromJSON EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

FromJSONKey EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToJSON EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToJSONKey EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToByteString EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToHeader EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToLog EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToQuery EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

FromText EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToText EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Methods

toText :: EKSErrorCode -> Text #

FromXML EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

ToXML EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Methods

toXML :: EKSErrorCode -> XML #

Generic EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Associated Types

type Rep EKSErrorCode :: Type -> Type #

Read EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Show EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

NFData EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Methods

rnf :: EKSErrorCode -> () #

Eq EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Ord EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

Hashable EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

type Rep EKSErrorCode Source # 
Instance details

Defined in Amazonka.EKS.Types.EKSErrorCode

type Rep EKSErrorCode = D1 ('MetaData "EKSErrorCode" "Amazonka.EKS.Types.EKSErrorCode" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'True) (C1 ('MetaCons "EKSErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEKSErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))