AWSKMSConnectionErrorCodeType
Objective-C
NS_ENUM(NSInteger, AWSKMSConnectionErrorCodeType) {
AWSKMSConnectionErrorCodeTypeUnknown,
AWSKMSConnectionErrorCodeTypeInvalidCredentials,
AWSKMSConnectionErrorCodeTypeClusterNotFound,
AWSKMSConnectionErrorCodeTypeNetworkErrors,
AWSKMSConnectionErrorCodeTypeInternalError,
AWSKMSConnectionErrorCodeTypeInsufficientCloudhsmHsms,
AWSKMSConnectionErrorCodeTypeUserLockedOut,
AWSKMSConnectionErrorCodeTypeUserNotFound,
AWSKMSConnectionErrorCodeTypeUserLoggedIn,
AWSKMSConnectionErrorCodeTypeSubnetNotFound,
}
Swift
enum AWSKMSConnectionErrorCodeType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeInvalidCredentials
Swift
case invalidCredentials = 1
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeClusterNotFound
Swift
case clusterNotFound = 2
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeNetworkErrors
Swift
case networkErrors = 3
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeInternalError
Swift
case internalError = 4
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeInsufficientCloudhsmHsms
Swift
case insufficientCloudhsmHsms = 5
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeUserLockedOut
Swift
case userLockedOut = 6
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeUserNotFound
Swift
case userNotFound = 7
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeUserLoggedIn
Swift
case userLoggedIn = 8
-
Undocumented
Declaration
Objective-C
AWSKMSConnectionErrorCodeTypeSubnetNotFound
Swift
case subnetNotFound = 9