Values_2.NamespaceInfoV2SourceThe error type.
type nonrec t = {name : Values_0.Namespace.t option;The name of the error.
*)arn : Values_0.Arn.t option;The namespace ARN.
*)capacityRegion : Values_0.String_.t option;The namespace Amazon Web Services Region.
*)creationStatus : Values_1.NamespaceStatus.t option;The creation status of a namespace that is not yet completely created.
*)identityStore : Values_1.IdentityStore.t option;The identity store used for the namespace.
*)namespaceError : NamespaceError.t option;An error that occurred when the namespace was created.
*)iamIdentityCenterApplicationArn : Values_0.String_.t option;The Amazon Resource Name (ARN) for the IAM Identity Center application.
*)iamIdentityCenterInstanceArn : Values_0.String_.t option;The Amazon Resource Name (ARN) for the IAM Identity Center instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.Namespace.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]