status property

IndexStatus? status
final

The current status of the index. When the value is ACTIVE, the index is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

Implementation

final IndexStatus? status;