AppConfigErrorType
public enum AppConfigErrorType : AWSErrorType
extension AppConfigErrorType : CustomStringConvertible
Error enum for AppConfig
-
Undocumented
Declaration
Swift
case badRequestException(message: String?) -
Undocumented
Declaration
Swift
case conflictException(message: String?) -
Undocumented
Declaration
Swift
case internalServerException(message: String?) -
Undocumented
Declaration
Swift
case payloadTooLargeException(message: String?) -
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?) -
Undocumented
Declaration
Swift
case serviceQuotaExceededException(message: String?) -
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?) -
Declaration
Swift
public var description: String { get }
View on GitHub
AppConfigErrorType Enumeration Reference