SageMakerRuntimeErrorType
public enum SageMakerRuntimeErrorType : AWSErrorType
extension SageMakerRuntimeErrorType : CustomStringConvertible
Error enum for SageMakerRuntime
-
Undocumented
Declaration
Swift
case internalFailure(message: String?)
-
Undocumented
Declaration
Swift
case modelError(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailable(message: String?)
-
Undocumented
Declaration
Swift
case validationError(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }