BatchStopJobRunError
public struct BatchStopJobRunError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies details about the error that was encountered.
Declaration
Swift
public let errorDetail: ErrorDetail? -
The name of the job definition that is used in the job run in question.
Declaration
Swift
public let jobName: String? -
The JobRunId of the job run in question.
Declaration
Swift
public let jobRunId: String? -
Undocumented
Declaration
Swift
public init(errorDetail: ErrorDetail? = nil, jobName: String? = nil, jobRunId: String? = nil)
View on GitHub
BatchStopJobRunError Structure Reference