次の方法で共有


DataMigrationResultCode type

DataMigrationResultCode の値を定義します。 使用できる値は、'Initial'、'Completed'、'ObjectNotExistsInSource'、'ObjectNotExistsInTarget'、'TargetObjectIsInaccessible'、'FatalError' です。

type DataMigrationResultCode =
  | "Initial"
  | "Completed"
  | "ObjectNotExistsInSource"
  | "ObjectNotExistsInTarget"
  | "TargetObjectIsInaccessible"
  | "FatalError"