CodeStarNotificationsErrorType
public enum CodeStarNotificationsErrorType : AWSErrorType
extension CodeStarNotificationsErrorType : CustomStringConvertible
Error enum for CodeStarNotifications
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case configurationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }