BatchStopJobRunResponse
public struct BatchStopJobRunResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.
Declaration
Swift
public let errors: [BatchStopJobRunError]?
-
A list of the JobRuns that were successfully submitted for stopping.
Declaration
Swift
public let successfulSubmissions: [BatchStopJobRunSuccessfulSubmission]?
-
Undocumented
Declaration
Swift
public init(errors: [BatchStopJobRunError]? = nil, successfulSubmissions: [BatchStopJobRunSuccessfulSubmission]? = nil)