| | | |
| InvalidClientToken.Malformed | The specified ClientToken is malformed. | Token 格式非法(非 ASCII 或超过 64 字节) |
| IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request.Do not reuse a client token with different requests, unless the requests are identical | 同一 Token 但请求参数与首次调用不一致,需更换 Token |
| MissingParameter.InstanceId | The required parameter InstanceId is not supplied. | |
| MissingParameter.SnapshotId | The required parameter SnapshotId is not supplied. | |
| MissingParameter.SpaceId | The required parameter SpaceId is not supplied. | |
| | The specified Space does not exist. | |
| InvalidInstance.NotFound | The specified Instance does not exist. | |
| InvalidSnapshot.NotFound | The specified SnapshotId does not exist. | |
| | The previous request with the same ClientToken is still processing. | 同一 Token 的首次请求仍在处理中,请稍后重试 |
| | The user has the required permissions, so the request would have succeeded, but the DryRun parameter was used. | DryRun检查通过;由于设置了DryRun参数,请求未真正执行。 |
| | The instance is not in a running state. | |
| | The Snapshot record status does not allow restoration. | 备份记录状态不允许恢复(如creating/failed)。 |
| | The request was rejected due to flow control. | |
| | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |