SageMakerErrorType
public enum SageMakerErrorType : AWSErrorType
extension SageMakerErrorType : CustomStringConvertible
Error enum for SageMaker
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUse(message: String?)
-
Undocumented
Declaration
Swift
case resourceLimitExceeded(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFound(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }