TaggingWorkRequestErrorSummary¶
-
class
oci.identity.models.
TaggingWorkRequestErrorSummary
(**kwargs)¶ Bases:
object
The error entity.
Methods
__init__
(**kwargs)Initializes a new TaggingWorkRequestErrorSummary object with values from keyword arguments. Attributes
code
[Required] Gets the code of this TaggingWorkRequestErrorSummary. message
[Required] Gets the message of this TaggingWorkRequestErrorSummary. timestamp
Gets the timestamp of this TaggingWorkRequestErrorSummary. -
__init__
(**kwargs)¶ Initializes a new TaggingWorkRequestErrorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - code (str) – The value to assign to the code property of this TaggingWorkRequestErrorSummary.
- message (str) – The value to assign to the message property of this TaggingWorkRequestErrorSummary.
- timestamp (datetime) – The value to assign to the timestamp property of this TaggingWorkRequestErrorSummary.
-
code
¶ [Required] Gets the code of this TaggingWorkRequestErrorSummary. A machine-usable code for the error that occured.
Returns: The code of this TaggingWorkRequestErrorSummary. Return type: str
-
message
¶ [Required] Gets the message of this TaggingWorkRequestErrorSummary. A human-readable error string.
Returns: The message of this TaggingWorkRequestErrorSummary. Return type: str
-
timestamp
¶ Gets the timestamp of this TaggingWorkRequestErrorSummary. Date and time the error happened, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
Returns: The timestamp of this TaggingWorkRequestErrorSummary. Return type: datetime
-