Success

class oci.log_analytics.models.Success(**kwargs)

Bases: object

Success Information.

Methods

__init__(**kwargs) Initializes a new Success object with values from keyword arguments.

Attributes

message [Required] Gets the message of this Success.
__init__(**kwargs)

Initializes a new Success 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 Success.
message

[Required] Gets the message of this Success. A human-readable success string.

Returns:The message of this Success.
Return type:str