amazonka-kms-2.0: Amazon Key Management 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.KMS.Types.ConnectionErrorCodeType

Description

 

Documentation

newtype ConnectionErrorCodeType Source #

Bundled Patterns

pattern ConnectionErrorCodeType_CLUSTER_NOT_FOUND :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_INSUFFICIENT_CLOUDHSM_HSMS :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_INTERNAL_ERROR :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_INVALID_CREDENTIALS :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_NETWORK_ERRORS :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_SUBNET_NOT_FOUND :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_USER_LOCKED_OUT :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_USER_LOGGED_IN :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_USER_NOT_FOUND :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_PROXY_ACCESS_DENIED :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_PROXY_INVALID_CONFIGURATION :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_PROXY_INVALID_RESPONSE :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_PROXY_INVALID_TLS_CONFIGURATION :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_PROXY_NOT_REACHABLE :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_PROXY_TIMED_OUT :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_VPC_ENDPOINT_SERVICE_INVALID_CONFIGURATION :: ConnectionErrorCodeType 
pattern ConnectionErrorCodeType_XKS_VPC_ENDPOINT_SERVICE_NOT_FOUND :: ConnectionErrorCodeType 

Instances

Instances details
FromJSON ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

FromJSONKey ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToJSON ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToJSONKey ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToByteString ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToHeader ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToLog ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToQuery ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

FromText ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToText ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

FromXML ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

ToXML ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

Generic ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

Associated Types

type Rep ConnectionErrorCodeType :: Type -> Type #

Read ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

Show ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

NFData ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

Methods

rnf :: ConnectionErrorCodeType -> () #

Eq ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

Ord ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

Hashable ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

type Rep ConnectionErrorCodeType Source # 
Instance details

Defined in Amazonka.KMS.Types.ConnectionErrorCodeType

type Rep ConnectionErrorCodeType = D1 ('MetaData "ConnectionErrorCodeType" "Amazonka.KMS.Types.ConnectionErrorCodeType" "amazonka-kms-2.0-6YhT3Ymbf9Z5PoaGoz7tbG" 'True) (C1 ('MetaCons "ConnectionErrorCodeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConnectionErrorCodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))