CancelConversionRequest
public struct CancelConversionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the conversion task.
Declaration
Swift
public let conversionTaskId: String
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The reason for canceling the conversion task.
Declaration
Swift
public let reasonMessage: String?
-
Undocumented
Declaration
Swift
public init(conversionTaskId: String, dryRun: Bool? = nil, reasonMessage: String? = nil)