PutThirdPartyJobFailureResultInput
public struct PutThirdPartyJobFailureResultInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
Declaration
Swift
public let clientToken: String -
Represents information about failure details.
Declaration
Swift
public let failureDetails: FailureDetails -
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.
Declaration
Swift
public let jobId: String -
Undocumented
Declaration
Swift
public init(clientToken: String, failureDetails: FailureDetails, jobId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutThirdPartyJobFailureResultInput Structure Reference