JobMessages
public struct JobMessages : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of messages that are informational only and don’t indicate a problem with your job.
Declaration
Swift
public let info: [String]? -
List of messages that warn about conditions that might cause your job not to run or to fail.
Declaration
Swift
public let warning: [String]? -
Undocumented
Declaration
Swift
public init(info: [String]? = nil, warning: [String]? = nil)
View on GitHub
JobMessages Structure Reference