UnprocessedIdentityId
public struct UnprocessedIdentityId : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code indicating the type of error that occurred.
Declaration
Swift
public let errorCode: ErrorCode?
-
A unique identifier in the format REGION:GUID.
Declaration
Swift
public let identityId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: ErrorCode? = nil, identityId: String? = nil)