CreateAttendeeError
public struct CreateAttendeeError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let errorCode: String?
-
The error message.
Declaration
Swift
public let errorMessage: String?
-
The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.
Declaration
Swift
public let externalUserId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, externalUserId: String? = nil)