LightsailErrorType
public enum LightsailErrorType : AWSErrorType
extension LightsailErrorType : CustomStringConvertible
Error enum for Lightsail
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case accountSetupInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case operationFailureException(message: String?)
-
Undocumented
Declaration
Swift
case serviceException(message: String?)
-
Undocumented
Declaration
Swift
case unauthenticatedException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }