RejectDomainTransferFromAnotherAwsAccountResponse

public struct RejectDomainTransferFromAnotherAwsAccountResponse : 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 rejected, 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)