GetNamespaceDeletionStatusResponse class
Constructors
- GetNamespaceDeletionStatusResponse({NamespaceDeletionStatusErrorCodes? errorCode, String? errorMessage, String? namespaceArn, String? namespaceName, NamespaceDeletionStatus? status})
-
GetNamespaceDeletionStatusResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → NamespaceDeletionStatusErrorCodes?
-
An error code returned by the namespace deletion task.
final
- errorMessage → String?
-
An error code returned by the namespace deletion task.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- namespaceArn → String?
-
The ARN of the namespace that is being deleted.
final
- namespaceName → String?
-
The name of the namespace that is being deleted.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → NamespaceDeletionStatus?
-
The status of the deletion request.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited