ParameterizedMessage#
- class ParameterizedMessage(message=None, attributes=None, *args, **kwargs)[source]#
Bases:
object
To store any custom message and attributes.
- Parameters:
message – (
message
)attributes – (
attributes
)
- property attributes#
- Type:
list[
KVStringPair
]
- property message#
- Type:
str