The output of DeleteCollectionCommand.

interface DeleteCollectionCommandOutput {
    $metadata: ResponseMetadata;
    StatusCode?: number;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

StatusCode?: number

HTTP status code that indicates the result of the operation.