DescribeNamespaceResponse
public struct DescribeNamespaceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The information about the namespace that you’re describing. The response includes the namespace ARN, name, AWS Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.
Declaration
Swift
public let namespace: NamespaceInfoV2?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
Undocumented
Declaration
Swift
public init(namespace: NamespaceInfoV2? = nil, requestId: String? = nil, status: Int? = nil)