GetTableRestoreStatus - Amazon Redshift Serverless

GetTableRestoreStatus

Returns information about a TableRestoreStatus object.

Request Syntax

{ "tableRestoreRequestId": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

tableRestoreRequestId

The ID of the RestoreTableFromSnapshot request to return status for.

Type: String

Required: Yes

Response Syntax

{ "tableRestoreStatus": { "message": "string", "namespaceName": "string", "newTableName": "string", "progressInMegaBytes": number, "recoveryPointId": "string", "requestTime": number, "snapshotName": "string", "sourceDatabaseName": "string", "sourceSchemaName": "string", "sourceTableName": "string", "status": "string", "tableRestoreRequestId": "string", "targetDatabaseName": "string", "targetSchemaName": "string", "totalDataInMegaBytes": number, "workgroupName": "string" } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

tableRestoreStatus

The returned TableRestoreStatus object that contains information about the status of your RestoreTableFromSnapshot request.

Type: TableRestoreStatus object

Errors

For information about the errors that are common to all actions, see Common Errors.

ResourceNotFoundException

The resource could not be found.

HTTP Status Code: 400

ValidationException

The input failed to satisfy the constraints specified by an AWS service.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: