OpsWorksErrorType
public enum OpsWorksErrorType : AWSErrorType
extension OpsWorksErrorType : CustomStringConvertible
Error enum for OpsWorks
-
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 }
View on GitHub
OpsWorksErrorType Enumeration Reference