CancelDomainTransferToAnotherAwsAccountResponse
public struct CancelDomainTransferToAnotherAwsAccountResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can’t use GetOperationDetail to query the operation status.
Declaration
Swift
public let operationId: String?
-
Undocumented
Declaration
Swift
public init(operationId: String? = nil)