creationStatus property
The status of the creation of the namespace. This is an asynchronous
process. A status of CREATED
means that your namespace is ready
to use. If an error occurs, it indicates if the process is
retryable
or non-retryable
. In the case of a
non-retryable error, refer to the error message for follow-up tasks.
Implementation
final NamespaceStatus? creationStatus;