NamespaceInfoV2 class

The error type.

Constructors

NamespaceInfoV2({String? arn, String? capacityRegion, NamespaceStatus? creationStatus, IdentityStore? identityStore, String? name, NamespaceError? namespaceError})
NamespaceInfoV2.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The namespace ARN.
final
capacityRegion String?
The namespace AWS Region.
final
creationStatus NamespaceStatus?
The creation status of a namespace that is not yet completely created.
final
hashCode int
The hash code for this object.
no setterinherited
identityStore IdentityStore?
The identity store used for the namespace.
final
name String?
The name of the error.
final
namespaceError NamespaceError?
An error that occurred when the namespace was created.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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