DeleteIdentitiesResponse
public struct DeleteIdentitiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Declaration
Swift
public let unprocessedIdentityIds: [UnprocessedIdentityId]?
-
Undocumented
Declaration
Swift
public init(unprocessedIdentityIds: [UnprocessedIdentityId]? = nil)