ACMPCAErrorType
public enum ACMPCAErrorType : AWSErrorType
extension ACMPCAErrorType : CustomStringConvertible
Error enum for ACMPCA
-
Undocumented
Declaration
Swift
case certificateMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArgsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidStateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTagException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case lockoutPreventedException(message: String?)
-
Undocumented
Declaration
Swift
case malformedCSRException(message: String?)
-
Undocumented
Declaration
Swift
case malformedCertificateException(message: String?)
-
Undocumented
Declaration
Swift
case permissionAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case requestAlreadyProcessedException(message: String?)
-
Undocumented
Declaration
Swift
case requestFailedException(message: String?)
-
Undocumented
Declaration
Swift
case requestInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }