QueryResultWarning¶
-
class
oci.apm_traces.models.
QueryResultWarning
(**kwargs)¶ Bases:
object
A warning message that can be included with a query result that provides information to the user.
Methods
__init__
(**kwargs)Initializes a new QueryResultWarning object with values from keyword arguments. Attributes
message
Gets the message of this QueryResultWarning. -
__init__
(**kwargs)¶ Initializes a new QueryResultWarning object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: message (str) – The value to assign to the message property of this QueryResultWarning.
-
message
¶ Gets the message of this QueryResultWarning. The text of the warning message.
Returns: The message of this QueryResultWarning. Return type: str
-