IamWorkRequestErrorSummary

class oci.identity.models.IamWorkRequestErrorSummary(**kwargs)

Bases: object

(For tenancies that support identity domains) An error encountered while executing an operation that is tracked by a IAM work request.

Methods

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

Attributes

code [Required] Gets the code of this IamWorkRequestErrorSummary.
message [Required] Gets the message of this IamWorkRequestErrorSummary.
timestamp [Required] Gets the timestamp of this IamWorkRequestErrorSummary.
__init__(**kwargs)

Initializes a new IamWorkRequestErrorSummary 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 IamWorkRequestErrorSummary.
  • message (str) – The value to assign to the message property of this IamWorkRequestErrorSummary.
  • timestamp (datetime) – The value to assign to the timestamp property of this IamWorkRequestErrorSummary.
code

[Required] Gets the code of this IamWorkRequestErrorSummary. A machine-usable code for the error that occured.

Returns:The code of this IamWorkRequestErrorSummary.
Return type:str
message

[Required] Gets the message of this IamWorkRequestErrorSummary. A human-readable error string.

Returns:The message of this IamWorkRequestErrorSummary.
Return type:str
timestamp

[Required] Gets the timestamp of this IamWorkRequestErrorSummary. The date and time the error occurred.

Returns:The timestamp of this IamWorkRequestErrorSummary.
Return type:datetime