KMSErrorType
public enum KMSErrorType : AWSErrorType
extension KMSErrorType : CustomStringConvertible
Error enum for KMS
-
Undocumented
Declaration
Swift
case alreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case cloudHsmClusterInUseException(message: String?)
-
Undocumented
Declaration
Swift
case cloudHsmClusterInvalidConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case cloudHsmClusterNotActiveException(message: String?)
-
Undocumented
Declaration
Swift
case cloudHsmClusterNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case cloudHsmClusterNotRelatedException(message: String?)
-
Undocumented
Declaration
Swift
case customKeyStoreHasCMKsException(message: String?)
-
Undocumented
Declaration
Swift
case customKeyStoreInvalidStateException(message: String?)
-
Undocumented
Declaration
Swift
case customKeyStoreNameInUseException(message: String?)
-
Undocumented
Declaration
Swift
case customKeyStoreNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case dependencyTimeoutException(message: String?)
-
Undocumented
Declaration
Swift
case disabledException(message: String?)
-
Undocumented
Declaration
Swift
case expiredImportTokenException(message: String?)
-
Undocumented
Declaration
Swift
case incorrectKeyException(message: String?)
-
Undocumented
Declaration
Swift
case incorrectKeyMaterialException(message: String?)
-
Undocumented
Declaration
Swift
case incorrectTrustAnchorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidAliasNameException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCiphertextException(message: String?)
-
Undocumented
Declaration
Swift
case invalidGrantIdException(message: String?)
-
Undocumented
Declaration
Swift
case invalidGrantTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidImportTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidKeyUsageException(message: String?)
-
Undocumented
Declaration
Swift
case invalidMarkerException(message: String?)
-
Undocumented
Declaration
Swift
case kMSInternalException(message: String?)
-
Undocumented
Declaration
Swift
case kMSInvalidSignatureException(message: String?)
-
Undocumented
Declaration
Swift
case kMSInvalidStateException(message: String?)
-
Undocumented
Declaration
Swift
case keyUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case malformedPolicyDocumentException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tagException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedOperationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }