AWSCognitoIdentityUnprocessedIdentityId
Objective-C
@interface AWSCognitoIdentityUnprocessedIdentityId : AWSModel
Swift
class AWSCognitoIdentityUnprocessedIdentityId : AWSModel
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
-
The error code indicating the type of error that occurred.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityErrorCode errorCode;
Swift
var errorCode: AWSCognitoIdentityErrorCode { get set }
-
A unique identifier in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityId;
Swift
var identityId: String? { get set }