The output of DeleteProjectCommand.

interface DeleteProjectCommandOutput {
    $metadata: ResponseMetadata;
    Status?: ProjectStatus;
}

Hierarchy (view full)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Status?: ProjectStatus

The current status of the delete project operation.