AWSLexVoiceButtonErrorCode

Objective-C

NS_ENUM(NSInteger, AWSLexVoiceButtonErrorCode) {
    AWSLexVoiceButtonErrorCodeUnknown,
    AWSLexVoiceButtonErrorCodeAudioRecordingPermisionDenied
}

Swift

enum AWSLexVoiceButtonErrorCode : Int, @unchecked Sendable

Undocumented