GetNamespaceDeletionStatusResponse
public struct GetNamespaceDeletionStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An error code returned by the namespace deletion task.
Declaration
Swift
public let errorCode: NamespaceDeletionStatusErrorCodes?
-
An error code returned by the namespace deletion task.
Declaration
Swift
public let errorMessage: String?
-
The ARN of the namespace that is being deleted.
Declaration
Swift
public let namespaceArn: String?
-
The name of the namespace that is being deleted.
Declaration
Swift
public let namespaceName: String?
-
The status of the deletion request.
Declaration
Swift
public let status: NamespaceDeletionStatus?
-
Undocumented
Declaration
Swift
public init(errorCode: NamespaceDeletionStatusErrorCodes? = nil, errorMessage: String? = nil, namespaceArn: String? = nil, namespaceName: String? = nil, status: NamespaceDeletionStatus? = nil)