ACMErrorType
public enum ACMErrorType : AWSErrorType
extension ACMErrorType : CustomStringConvertible
Error enum for ACM
-
Undocumented
Declaration
Swift
case invalidArgsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidDomainValidationOptionsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(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 requestInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tagPolicyException(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 }