Returns the status of the CacheCluster.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CacheClusterStatus", "title": "CacheClusterStatus", "type": "string", "enum": [ "CREATE_IN_PROGRESS", "AVAILABLE", "DELETE_IN_PROGRESS", "NOT_AVAILABLE", "FLUSH_IN_PROGRESS" ], "description": "Returns the status of the CacheCluster." }