AWSCognitoIdentityDeleteIdentitiesResponse
Objective-C
@interface AWSCognitoIdentityDeleteIdentitiesResponse : AWSModel
Swift
class AWSCognitoIdentityDeleteIdentitiesResponse : AWSModel
Returned in response to a successful DeleteIdentities
operation.
-
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityUnprocessedIdentityId *> *_Nullable unprocessedIdentityIds;
Swift
var unprocessedIdentityIds: [AWSCognitoIdentityUnprocessedIdentityId]? { get set }