[#BloombergLP-ball-RecordAttributes-message] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordAttributes.adoc[RecordAttributes]::message :relfileprefix: ../../../ :mrdocs: Return the message attribute of this record attributes object. Note that this method will return a truncated message if it contains embedded null ('0') characters; see `messageRef` for an alternative to this method. *Warning:* This method is _not_ const thread‐safe, and cannot be safely called concurrently. It may modify the stream buffer returned by `messageStreamBuf`. == Synopsis Declared in `<ball_recordattributes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* message() const; ---- == Description DEPRECATED: Use `messageRef` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#