Package version:

Interface CreatePersonLogicalResponse

The final response for long-running createPerson operation

interface CreatePersonLogicalResponse {
    body: CreatePersonResultOutput;
    status: "200";
}

Hierarchy

  • unknown
    • CreatePersonLogicalResponse

Properties

Properties

status: "200"