GetNamespaceDeletionStatusResponse constructor

GetNamespaceDeletionStatusResponse({
  1. NamespaceDeletionStatusErrorCodes? errorCode,
  2. String? errorMessage,
  3. String? namespaceArn,
  4. String? namespaceName,
  5. NamespaceDeletionStatus? status,
})

Implementation

GetNamespaceDeletionStatusResponse({
  this.errorCode,
  this.errorMessage,
  this.namespaceArn,
  this.namespaceName,
  this.status,
});