diff --git a/examples/stop_untagged_instances.py b/examples/stop_untagged_instances.py
index 13a8ee29f..4058c6384 100644
--- a/examples/stop_untagged_instances.py
+++ b/examples/stop_untagged_instances.py
@@ -33,7 +33,7 @@ def join_lists(instance_list, events_list, filename):
item['instance_shape'], item['time_created'], item['instance_ocid'],
item['compartment_ocid'], item['creator']))
except Exception as e:
- print('An unexpected Error Occured writing the file: {0}' .format(e))
+ print('An unexpected Error Occurred writing the file: {0}' .format(e))
# This function stops the instance sent in as a parameter
diff --git a/src/oci/adm/models/work_request_error.py b/src/oci/adm/models/work_request_error.py
index ac8aad65c..52ecbf846 100644
--- a/src/oci/adm/models/work_request_error.py
+++ b/src/oci/adm/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/ai_anomaly_detection/models/work_request_error.py b/src/oci/ai_anomaly_detection/models/work_request_error.py
index 1d14b4116..cb49e80cc 100644
--- a/src/oci/ai_anomaly_detection/models/work_request_error.py
+++ b/src/oci/ai_anomaly_detection/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/ai_document/models/work_request_error.py b/src/oci/ai_document/models/work_request_error.py
index 393f54037..20013e84e 100644
--- a/src/oci/ai_document/models/work_request_error.py
+++ b/src/oci/ai_document/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- When the error occured, as an RFC3339 formatted datetime.
+ When the error occurred, as an RFC3339 formatted datetime.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- When the error occured, as an RFC3339 formatted datetime.
+ When the error occurred, as an RFC3339 formatted datetime.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/ai_language/models/work_request_error.py b/src/oci/ai_language/models/work_request_error.py
index cba999958..5a13b601a 100644
--- a/src/oci/ai_language/models/work_request_error.py
+++ b/src/oci/ai_language/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/ai_vision/models/work_request_error.py b/src/oci/ai_vision/models/work_request_error.py
index 3b53ed6a0..53fd9a940 100644
--- a/src/oci/ai_vision/models/work_request_error.py
+++ b/src/oci/ai_vision/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- When the error occured, as an RFC3339 formatted datetime.
+ When the error occurred, as an RFC3339 formatted datetime.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- When the error occured, as an RFC3339 formatted datetime.
+ When the error occurred, as an RFC3339 formatted datetime.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/analytics/models/work_request_error.py b/src/oci/analytics/models/work_request_error.py
index 749d5c2a9..9ad61543f 100644
--- a/src/oci/analytics/models/work_request_error.py
+++ b/src/oci/analytics/models/work_request_error.py
@@ -99,7 +99,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The date and time the error occured, in the format defined by RFC3339.
+ The date and time the error occurred, in the format defined by RFC3339.
Example: `2016-08-25T21:10:29.600Z`
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The date and time the error occured, in the format defined by RFC3339.
+ The date and time the error occurred, in the format defined by RFC3339.
Example: `2016-08-25T21:10:29.600Z`
diff --git a/src/oci/analytics/models/work_request_log.py b/src/oci/analytics/models/work_request_log.py
index 45b6b58b4..1872ebfc2 100644
--- a/src/oci/analytics/models/work_request_log.py
+++ b/src/oci/analytics/models/work_request_log.py
@@ -68,7 +68,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestLog.
- The date and time the log entry occured, in the format defined by RFC3339.
+ The date and time the log entry occurred, in the format defined by RFC3339.
Example: `2016-08-25T21:10:29.600Z`
@@ -82,7 +82,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestLog.
- The date and time the log entry occured, in the format defined by RFC3339.
+ The date and time the log entry occurred, in the format defined by RFC3339.
Example: `2016-08-25T21:10:29.600Z`
diff --git a/src/oci/apigateway/models/work_request_error.py b/src/oci/apigateway/models/work_request_error.py
index 4e50e90c2..ff50c5201 100644
--- a/src/oci/apigateway/models/work_request_error.py
+++ b/src/oci/apigateway/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. See
+ A machine-usable code for the error that occurred. See
API Errors.
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. See
+ A machine-usable code for the error that occurred. See
API Errors.
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/appmgmt_control/models/work_request_error.py b/src/oci/appmgmt_control/models/work_request_error.py
index 534d1096d..f98aeb354 100644
--- a/src/oci/appmgmt_control/models/work_request_error.py
+++ b/src/oci/appmgmt_control/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/blockchain/models/work_request_error.py b/src/oci/blockchain/models/work_request_error.py
index bfb59f2cd..e4cc8a787 100644
--- a/src/oci/blockchain/models/work_request_error.py
+++ b/src/oci/blockchain/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/cloud_guard/models/work_request_error.py b/src/oci/cloud_guard/models/work_request_error.py
index 9537740bd..7f05dfb86 100644
--- a/src/oci/cloud_guard/models/work_request_error.py
+++ b/src/oci/cloud_guard/models/work_request_error.py
@@ -52,7 +52,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -102,7 +102,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured
+ The time the error occurred
:return: The timestamp of this WorkRequestError.
@@ -114,7 +114,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured
+ The time the error occurred
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/cloud_migrations/models/work_request_error.py b/src/oci/cloud_migrations/models/work_request_error.py
index ee18f2fc5..f7dba8595 100644
--- a/src/oci/cloud_migrations/models/work_request_error.py
+++ b/src/oci/cloud_migrations/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time when the error occured. An RFC3339 formatted datetime string.
+ The time when the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time when the error occured. An RFC3339 formatted datetime string.
+ The time when the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/cluster_placement_groups/models/work_request_error.py b/src/oci/cluster_placement_groups/models/work_request_error.py
index 7159b61c7..2f4cab27c 100644
--- a/src/oci/cluster_placement_groups/models/work_request_error.py
+++ b/src/oci/cluster_placement_groups/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured, expressed in `RFC 3339`__ timestamp format.
+ The time the error occurred, expressed in `RFC 3339`__ timestamp format.
__ https://tools.ietf.org/html/rfc3339
@@ -115,7 +115,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured, expressed in `RFC 3339`__ timestamp format.
+ The time the error occurred, expressed in `RFC 3339`__ timestamp format.
__ https://tools.ietf.org/html/rfc3339
diff --git a/src/oci/container_instances/models/work_request_error.py b/src/oci/container_instances/models/work_request_error.py
index 27a487123..ebc4f754e 100644
--- a/src/oci/container_instances/models/work_request_error.py
+++ b/src/oci/container_instances/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. See `API Errors`__ for a list of error codes.
+ A machine-usable code for the error that occurred. See `API Errors`__ for a list of error codes.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. See `API Errors`__ for a list of error codes.
+ A machine-usable code for the error that occurred. See `API Errors`__ for a list of error codes.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured, in the format defined by `RFC 3339`__.
+ The time the error occurred, in the format defined by `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured, in the format defined by `RFC 3339`__.
+ The time the error occurred, in the format defined by `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
diff --git a/src/oci/data_catalog/models/work_request_error.py b/src/oci/data_catalog/models/work_request_error.py
index f55fe6766..8360e783a 100644
--- a/src/oci/data_catalog/models/work_request_error.py
+++ b/src/oci/data_catalog/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An `RFC3339`__ formatted datetime string.
+ The time the error occurred. An `RFC3339`__ formatted datetime string.
__ https://tools.ietf.org/html/rfc3339
@@ -115,7 +115,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An `RFC3339`__ formatted datetime string.
+ The time the error occurred. An `RFC3339`__ formatted datetime string.
__ https://tools.ietf.org/html/rfc3339
diff --git a/src/oci/data_flow/models/work_request_error.py b/src/oci/data_flow/models/work_request_error.py
index f382e82d8..9bb4f445d 100644
--- a/src/oci/data_flow/models/work_request_error.py
+++ b/src/oci/data_flow/models/work_request_error.py
@@ -65,7 +65,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A Machine-usable code for the error that occured.
+ A Machine-usable code for the error that occurred.
:return: The code of this WorkRequestError.
@@ -77,7 +77,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A Machine-usable code for the error that occured.
+ A Machine-usable code for the error that occurred.
:param code: The code of this WorkRequestError.
@@ -137,7 +137,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -149,7 +149,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/data_integration/models/error_details.py b/src/oci/data_integration/models/error_details.py
index b7abb3597..41f767acb 100644
--- a/src/oci/data_integration/models/error_details.py
+++ b/src/oci/data_integration/models/error_details.py
@@ -12,7 +12,7 @@
@init_model_state_from_kwargs
class ErrorDetails(object):
"""
- The details of an error that occured.
+ The details of an error that occurred.
"""
def __init__(self, **kwargs):
diff --git a/src/oci/data_integration/models/work_request_error.py b/src/oci/data_integration/models/work_request_error.py
index 186084ba3..af856ff7f 100644
--- a/src/oci/data_integration/models/work_request_error.py
+++ b/src/oci/data_integration/models/work_request_error.py
@@ -12,7 +12,7 @@
@init_model_state_from_kwargs
class WorkRequestError(object):
"""
- The error that occured while executing an operation that is tracked by a work request.
+ The error that occurred while executing an operation that is tracked by a work request.
"""
def __init__(self, **kwargs):
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured, as listed in `API Errors`__.
+ A machine-usable code for the error that occurred, as listed in `API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured, as listed in `API Errors`__.
+ A machine-usable code for the error that occurred, as listed in `API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -79,7 +79,7 @@ def code(self, code):
def message(self):
"""
**[Required]** Gets the message of this WorkRequestError.
- A user friendly description of the error that occured.
+ A user friendly description of the error that occurred.
:return: The message of this WorkRequestError.
@@ -91,7 +91,7 @@ def message(self):
def message(self, message):
"""
Sets the message of this WorkRequestError.
- A user friendly description of the error that occured.
+ A user friendly description of the error that occurred.
:param message: The message of this WorkRequestError.
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The date and time the error occured, in the timestamp format defined by `RFC 3339`__.
+ The date and time the error occurred, in the timestamp format defined by `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The date and time the error occured, in the timestamp format defined by `RFC 3339`__.
+ The date and time the error occurred, in the timestamp format defined by `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
diff --git a/src/oci/data_labeling_service/models/work_request_error.py b/src/oci/data_labeling_service/models/work_request_error.py
index baffa0dd3..8f74eeeed 100644
--- a/src/oci/data_labeling_service/models/work_request_error.py
+++ b/src/oci/data_labeling_service/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/database_migration/models/work_request_error.py b/src/oci/database_migration/models/work_request_error.py
index c78843e5e..757442b12 100644
--- a/src/oci/database_migration/models/work_request_error.py
+++ b/src/oci/database_migration/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
`API Errors`__
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -66,7 +66,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
`API Errors`__
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -105,7 +105,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/database_tools/models/work_request_error.py b/src/oci/database_tools/models/work_request_error.py
index fb7a0a2f6..e91f85d9f 100644
--- a/src/oci/database_tools/models/work_request_error.py
+++ b/src/oci/database_tools/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/dblm/models/work_request_error.py b/src/oci/dblm/models/work_request_error.py
index f74af15d6..b5bfd1771 100644
--- a/src/oci/dblm/models/work_request_error.py
+++ b/src/oci/dblm/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/delegate_access_control/models/work_request_error.py b/src/oci/delegate_access_control/models/work_request_error.py
index 8777035d5..99ebad110 100644
--- a/src/oci/delegate_access_control/models/work_request_error.py
+++ b/src/oci/delegate_access_control/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/desktops/models/work_request_error.py b/src/oci/desktops/models/work_request_error.py
index 131741ee2..8bdc68fd8 100644
--- a/src/oci/desktops/models/work_request_error.py
+++ b/src/oci/desktops/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/devops/models/work_request_error.py b/src/oci/devops/models/work_request_error.py
index 22f7b114f..0b82260c1 100644
--- a/src/oci/devops/models/work_request_error.py
+++ b/src/oci/devops/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed in `API Errors`__.
+ A machine-usable code for the error that occurred. Error codes are listed in `API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed in `API Errors`__.
+ A machine-usable code for the error that occurred. Error codes are listed in `API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- Time the error occured. Format defined by `RFC3339`__.
+ Time the error occurred. Format defined by `RFC3339`__.
__ https://datatracker.ietf.org/doc/html/rfc3339
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- Time the error occured. Format defined by `RFC3339`__.
+ Time the error occurred. Format defined by `RFC3339`__.
__ https://datatracker.ietf.org/doc/html/rfc3339
diff --git a/src/oci/disaster_recovery/models/work_request_error.py b/src/oci/disaster_recovery/models/work_request_error.py
index f6dabe3e7..280dbb642 100644
--- a/src/oci/disaster_recovery/models/work_request_error.py
+++ b/src/oci/disaster_recovery/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed here --
+ A machine-usable code for the error that occurred. Error codes are listed here --
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
Example: `429`
@@ -66,7 +66,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed here --
+ A machine-usable code for the error that occurred. Error codes are listed here --
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
Example: `429`
@@ -109,7 +109,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
Example: `2019-03-29T09:36:42Z`
@@ -123,7 +123,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
Example: `2019-03-29T09:36:42Z`
diff --git a/src/oci/em_warehouse/models/work_request_error.py b/src/oci/em_warehouse/models/work_request_error.py
index ccc69e37a..5e817bb2f 100644
--- a/src/oci/em_warehouse/models/work_request_error.py
+++ b/src/oci/em_warehouse/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/exceptions.py b/src/oci/exceptions.py
index 1a6a1dea4..7176e4e32 100644
--- a/src/oci/exceptions.py
+++ b/src/oci/exceptions.py
@@ -145,7 +145,7 @@ class MultipartUploadError(Exception):
def __init__(self, **kwargs):
"""
:param queue error_causes_queue:
- A queue containing errors which occured during the multipart upload
+ A queue containing errors which occurred during the multipart upload
"""
self.error_causes = []
if 'error_causes_queue' in kwargs:
diff --git a/src/oci/fleet_apps_management/models/work_request_error.py b/src/oci/fleet_apps_management/models/work_request_error.py
index 968b05491..6dd02d239 100644
--- a/src/oci/fleet_apps_management/models/work_request_error.py
+++ b/src/oci/fleet_apps_management/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/fleet_software_update/models/work_request_error.py b/src/oci/fleet_software_update/models/work_request_error.py
index 23c9fffab..7a7ebcf6c 100644
--- a/src/oci/fleet_software_update/models/work_request_error.py
+++ b/src/oci/fleet_software_update/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/fusion_apps/models/work_request_error.py b/src/oci/fusion_apps/models/work_request_error.py
index 27bc124f4..50f8672f3 100644
--- a/src/oci/fusion_apps/models/work_request_error.py
+++ b/src/oci/fusion_apps/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/globally_distributed_database/models/work_request_error.py b/src/oci/globally_distributed_database/models/work_request_error.py
index 9f2ed25a5..d9b0cfdf1 100644
--- a/src/oci/globally_distributed_database/models/work_request_error.py
+++ b/src/oci/globally_distributed_database/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/golden_gate/models/work_request_error.py b/src/oci/golden_gate/models/work_request_error.py
index a69f3ed2e..6a7a24d5c 100644
--- a/src/oci/golden_gate/models/work_request_error.py
+++ b/src/oci/golden_gate/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. The format is defined by
+ The time the error occurred. The format is defined by
`RFC3339`__, such as `2016-08-25T21:10:29.600Z`.
__ https://tools.ietf.org/html/rfc3339
@@ -116,7 +116,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. The format is defined by
+ The time the error occurred. The format is defined by
`RFC3339`__, such as `2016-08-25T21:10:29.600Z`.
__ https://tools.ietf.org/html/rfc3339
diff --git a/src/oci/governance_rules_control_plane/models/work_request_error.py b/src/oci/governance_rules_control_plane/models/work_request_error.py
index c6d1cb126..c838adc97 100644
--- a/src/oci/governance_rules_control_plane/models/work_request_error.py
+++ b/src/oci/governance_rules_control_plane/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/identity/models/iam_work_request_error_summary.py b/src/oci/identity/models/iam_work_request_error_summary.py
index 9c31929b8..7839afdf7 100644
--- a/src/oci/identity/models/iam_work_request_error_summary.py
+++ b/src/oci/identity/models/iam_work_request_error_summary.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this IamWorkRequestErrorSummary.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this IamWorkRequestErrorSummary.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this IamWorkRequestErrorSummary.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this IamWorkRequestErrorSummary.
diff --git a/src/oci/identity/models/tagging_work_request_error_summary.py b/src/oci/identity/models/tagging_work_request_error_summary.py
index 54e8aec8e..7dea7a15e 100644
--- a/src/oci/identity/models/tagging_work_request_error_summary.py
+++ b/src/oci/identity/models/tagging_work_request_error_summary.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this TaggingWorkRequestErrorSummary.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this TaggingWorkRequestErrorSummary.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this TaggingWorkRequestErrorSummary.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this TaggingWorkRequestErrorSummary.
diff --git a/src/oci/identity/models/work_request_error.py b/src/oci/identity/models/work_request_error.py
index 221ae703a..63a89a718 100644
--- a/src/oci/identity/models/work_request_error.py
+++ b/src/oci/identity/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this WorkRequestError.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this WorkRequestError.
diff --git a/src/oci/jms/models/work_request_error.py b/src/oci/jms/models/work_request_error.py
index c30dd526e..d83a9178d 100644
--- a/src/oci/jms/models/work_request_error.py
+++ b/src/oci/jms/models/work_request_error.py
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The date and time the error occured (formatted according to `RFC3339`__).
+ The date and time the error occurred (formatted according to `RFC3339`__).
__ https://datatracker.ietf.org/doc/html/rfc3339
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The date and time the error occured (formatted according to `RFC3339`__).
+ The date and time the error occurred (formatted according to `RFC3339`__).
__ https://datatracker.ietf.org/doc/html/rfc3339
diff --git a/src/oci/jms_java_downloads/models/work_request_error.py b/src/oci/jms_java_downloads/models/work_request_error.py
index bbd10df44..9ec00ed4b 100644
--- a/src/oci/jms_java_downloads/models/work_request_error.py
+++ b/src/oci/jms_java_downloads/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/lockbox/models/work_request_error.py b/src/oci/lockbox/models/work_request_error.py
index b1e706e40..e10e03fe3 100644
--- a/src/oci/lockbox/models/work_request_error.py
+++ b/src/oci/lockbox/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/log_analytics/models/work_request_error.py b/src/oci/log_analytics/models/work_request_error.py
index f9141028a..aed31c2ab 100644
--- a/src/oci/log_analytics/models/work_request_error.py
+++ b/src/oci/log_analytics/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/logging/models/work_request_error.py b/src/oci/logging/models/work_request_error.py
index 9306693e5..c97b804b7 100644
--- a/src/oci/logging/models/work_request_error.py
+++ b/src/oci/logging/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed at
+ A machine-usable code for the error that occurred. Error codes are listed at
https://docs.cloud.oracle.com/Content/API/References/apierrors.htm.
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed at
+ A machine-usable code for the error that occurred. Error codes are listed at
https://docs.cloud.oracle.com/Content/API/References/apierrors.htm.
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339-formatted date and time string.
+ The time the error occurred. An RFC3339-formatted date and time string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339-formatted date and time string.
+ The time the error occurred. An RFC3339-formatted date and time string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/management_agent/models/work_request_error.py b/src/oci/management_agent/models/work_request_error.py
index 909876191..69e4ae6b7 100644
--- a/src/oci/management_agent/models/work_request_error.py
+++ b/src/oci/management_agent/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/marketplace_publisher/models/work_request_error.py b/src/oci/marketplace_publisher/models/work_request_error.py
index 2a8fb287c..b0b25b7df 100644
--- a/src/oci/marketplace_publisher/models/work_request_error.py
+++ b/src/oci/marketplace_publisher/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/mysql/models/heat_wave_cluster_table_memory_estimate.py b/src/oci/mysql/models/heat_wave_cluster_table_memory_estimate.py
index a7658b3de..f14acd1a4 100644
--- a/src/oci/mysql/models/heat_wave_cluster_table_memory_estimate.py
+++ b/src/oci/mysql/models/heat_wave_cluster_table_memory_estimate.py
@@ -203,7 +203,7 @@ def analytical_footprint_in_mbs(self, analytical_footprint_in_mbs):
def error_comment(self):
"""
**[Required]** Gets the error_comment of this HeatWaveClusterTableMemoryEstimate.
- Error comment (empty string if no errors occured).
+ Error comment (empty string if no errors occurred).
:return: The error_comment of this HeatWaveClusterTableMemoryEstimate.
@@ -215,7 +215,7 @@ def error_comment(self):
def error_comment(self, error_comment):
"""
Sets the error_comment of this HeatWaveClusterTableMemoryEstimate.
- Error comment (empty string if no errors occured).
+ Error comment (empty string if no errors occurred).
:param error_comment: The error_comment of this HeatWaveClusterTableMemoryEstimate.
diff --git a/src/oci/mysql/models/work_request_error.py b/src/oci/mysql/models/work_request_error.py
index 5cf3b4fb9..4e5edcd7a 100644
--- a/src/oci/mysql/models/work_request_error.py
+++ b/src/oci/mysql/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/network_firewall/models/work_request_error.py b/src/oci/network_firewall/models/work_request_error.py
index 8a6ed27ec..284583363 100644
--- a/src/oci/network_firewall/models/work_request_error.py
+++ b/src/oci/network_firewall/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/network_load_balancer/models/work_request_error.py b/src/oci/network_load_balancer/models/work_request_error.py
index 368a4076b..59fdb49b7 100644
--- a/src/oci/network_load_balancer/models/work_request_error.py
+++ b/src/oci/network_load_balancer/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed here:
+ A machine-usable code for the error that occurred. Error codes are listed here:
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed here:
+ A machine-usable code for the error that occurred. Error codes are listed here:
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured in the form of an RFC3339 formatted date-time string.
+ The time the error occurred in the form of an RFC3339 formatted date-time string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured in the form of an RFC3339 formatted date-time string.
+ The time the error occurred in the form of an RFC3339 formatted date-time string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/nosql/models/work_request_error.py b/src/oci/nosql/models/work_request_error.py
index 57402de80..65f8ad116 100644
--- a/src/oci/nosql/models/work_request_error.py
+++ b/src/oci/nosql/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error
+ A machine-usable code for the error that occurred. Error
codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error
+ A machine-usable code for the error that occurred. Error
codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -115,7 +115,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/oce/models/work_request_error.py b/src/oci/oce/models/work_request_error.py
index c48967236..b67e10592 100644
--- a/src/oci/oce/models/work_request_error.py
+++ b/src/oci/oce/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/opa/models/work_request_error.py b/src/oci/opa/models/work_request_error.py
index 7ce68edf3..96a2fd9b9 100644
--- a/src/oci/opa/models/work_request_error.py
+++ b/src/oci/opa/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/opensearch/models/work_request_error.py b/src/oci/opensearch/models/work_request_error.py
index 854215833..cb50d9bbc 100644
--- a/src/oci/opensearch/models/work_request_error.py
+++ b/src/oci/opensearch/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. For a list of error codes, see `API Errors`__.
+ A machine-usable code for the error that occurred. For a list of error codes, see `API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. For a list of error codes, see `API Errors`__.
+ A machine-usable code for the error that occurred. For a list of error codes, see `API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The day and time the error occured, in the format defined by `RFC 3339`__.
+ The day and time the error occurred, in the format defined by `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The day and time the error occured, in the format defined by `RFC 3339`__.
+ The day and time the error occurred, in the format defined by `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
diff --git a/src/oci/opsi/models/work_request_error.py b/src/oci/opsi/models/work_request_error.py
index 89badb1fb..d4ebb78a4 100644
--- a/src/oci/opsi/models/work_request_error.py
+++ b/src/oci/opsi/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/os_management/models/work_request_error.py b/src/oci/os_management/models/work_request_error.py
index 239861cb4..40119dce2 100644
--- a/src/oci/os_management/models/work_request_error.py
+++ b/src/oci/os_management/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this WorkRequestError.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this WorkRequestError.
diff --git a/src/oci/psql/models/work_request_error.py b/src/oci/psql/models/work_request_error.py
index 45885c55f..e236878bc 100644
--- a/src/oci/psql/models/work_request_error.py
+++ b/src/oci/psql/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable `code`__ for the error that occured.
+ A machine-usable `code`__ for the error that occurred.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable `code`__ for the error that occured.
+ A machine-usable `code`__ for the error that occurred.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured, as described in `RFC 3339`__.
+ The time the error occurred, as described in `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured, as described in `RFC 3339`__.
+ The time the error occurred, as described in `RFC 3339`__.
__ https://tools.ietf.org/rfc/rfc3339
diff --git a/src/oci/queue/models/work_request_error.py b/src/oci/queue/models/work_request_error.py
index ac7390ec4..fea8cb05a 100644
--- a/src/oci/queue/models/work_request_error.py
+++ b/src/oci/queue/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An `RFC 3339`__ formatted datetime string.
+ The time the error occurred. An `RFC 3339`__ formatted datetime string.
__ https://tools.ietf.org/rfc/rfc3339
@@ -115,7 +115,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An `RFC 3339`__ formatted datetime string.
+ The time the error occurred. An `RFC 3339`__ formatted datetime string.
__ https://tools.ietf.org/rfc/rfc3339
diff --git a/src/oci/recovery/models/work_request_error.py b/src/oci/recovery/models/work_request_error.py
index f184f91f4..e509d1431 100644
--- a/src/oci/recovery/models/work_request_error.py
+++ b/src/oci/recovery/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/redis/models/work_request_error.py b/src/oci/redis/models/work_request_error.py
index b22f804a9..04d59a017 100644
--- a/src/oci/redis/models/work_request_error.py
+++ b/src/oci/redis/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed at `API Errors`__.
+ A machine-usable code for the error that occurred. Error codes are listed at `API Errors`__.
__ https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm
@@ -65,7 +65,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed at `API Errors`__.
+ A machine-usable code for the error that occurred. Error codes are listed at `API Errors`__.
__ https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm
@@ -79,7 +79,7 @@ def code(self, code):
def message(self):
"""
**[Required]** Gets the message of this WorkRequestError.
- A human-readable error string for the error that occured.
+ A human-readable error string for the error that occurred.
:return: The message of this WorkRequestError.
@@ -91,7 +91,7 @@ def message(self):
def message(self, message):
"""
Sets the message of this WorkRequestError.
- A human-readable error string for the error that occured.
+ A human-readable error string for the error that occurred.
:param message: The message of this WorkRequestError.
@@ -103,7 +103,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time and time the error occured.
+ The time and time the error occurred.
:return: The timestamp of this WorkRequestError.
@@ -115,7 +115,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time and time the error occured.
+ The time and time the error occurred.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/sch/models/work_request_error.py b/src/oci/sch/models/work_request_error.py
index 1100f6f95..fa19717e6 100644
--- a/src/oci/sch/models/work_request_error.py
+++ b/src/oci/sch/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. See
+ A machine-usable code for the error that occurred. See
`API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
@@ -66,7 +66,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. See
+ A machine-usable code for the error that occurred. See
`API Errors`__.
__ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm
diff --git a/src/oci/security_attribute/models/security_attribute_work_request_error_summary.py b/src/oci/security_attribute/models/security_attribute_work_request_error_summary.py
index d48435115..4b7291f00 100644
--- a/src/oci/security_attribute/models/security_attribute_work_request_error_summary.py
+++ b/src/oci/security_attribute/models/security_attribute_work_request_error_summary.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this SecurityAttributeWorkRequestErrorSummary.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this SecurityAttributeWorkRequestErrorSummary.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this SecurityAttributeWorkRequestErrorSummary.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this SecurityAttributeWorkRequestErrorSummary.
diff --git a/src/oci/service_catalog/models/work_request_error.py b/src/oci/service_catalog/models/work_request_error.py
index a5e893ccd..72cc70cf4 100644
--- a/src/oci/service_catalog/models/work_request_error.py
+++ b/src/oci/service_catalog/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/stack_monitoring/models/work_request_error.py b/src/oci/stack_monitoring/models/work_request_error.py
index 534d1096d..f98aeb354 100644
--- a/src/oci/stack_monitoring/models/work_request_error.py
+++ b/src/oci/stack_monitoring/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/tenant_manager_control_plane/models/work_request_error.py b/src/oci/tenant_manager_control_plane/models/work_request_error.py
index c561df8d5..8bef49352 100644
--- a/src/oci/tenant_manager_control_plane/models/work_request_error.py
+++ b/src/oci/tenant_manager_control_plane/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed in
+ A machine-usable code for the error that occurred. Error codes are listed in
`API Errors`__.
__ https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm
@@ -66,7 +66,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed in
+ A machine-usable code for the error that occurred. Error codes are listed in
`API Errors`__.
__ https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm
@@ -105,7 +105,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC 3339 formatted date and time string.
+ The time the error occurred. An RFC 3339 formatted date and time string.
:return: The timestamp of this WorkRequestError.
@@ -117,7 +117,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC 3339 formatted date and time string.
+ The time the error occurred. An RFC 3339 formatted date and time string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/vbs_inst/models/work_request_error.py b/src/oci/vbs_inst/models/work_request_error.py
index ccc69e37a..5e817bb2f 100644
--- a/src/oci/vbs_inst/models/work_request_error.py
+++ b/src/oci/vbs_inst/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/vn_monitoring/models/work_request_error.py b/src/oci/vn_monitoring/models/work_request_error.py
index e0a14a8f0..2fba940a5 100644
--- a/src/oci/vn_monitoring/models/work_request_error.py
+++ b/src/oci/vn_monitoring/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this WorkRequestError.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this WorkRequestError.
diff --git a/src/oci/vulnerability_scanning/models/work_request_error.py b/src/oci/vulnerability_scanning/models/work_request_error.py
index a6719d886..244debe72 100644
--- a/src/oci/vulnerability_scanning/models/work_request_error.py
+++ b/src/oci/vulnerability_scanning/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
(https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/waa/models/work_request_error.py b/src/oci/waa/models/work_request_error.py
index e58a9bb27..bab66c19b 100644
--- a/src/oci/waa/models/work_request_error.py
+++ b/src/oci/waa/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
https://docs.cloud.oracle.com/Content/API/References/apierrors.htm.
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
https://docs.cloud.oracle.com/Content/API/References/apierrors.htm.
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/waf/models/work_request_error.py b/src/oci/waf/models/work_request_error.py
index bc8f9bdda..b373e7336 100644
--- a/src/oci/waf/models/work_request_error.py
+++ b/src/oci/waf/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
https://docs.cloud.oracle.com/Content/API/References/apierrors.htm.
@@ -64,7 +64,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured. Error codes are listed on
+ A machine-usable code for the error that occurred. Error codes are listed on
https://docs.cloud.oracle.com/Content/API/References/apierrors.htm.
@@ -101,7 +101,7 @@ def message(self, message):
def timestamp(self):
"""
**[Required]** Gets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
@@ -113,7 +113,7 @@ def timestamp(self):
def timestamp(self, timestamp):
"""
Sets the timestamp of this WorkRequestError.
- The time the error occured. An RFC3339 formatted datetime string.
+ The time the error occurred. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
diff --git a/src/oci/work_requests/models/work_request_error.py b/src/oci/work_requests/models/work_request_error.py
index 9d07132cc..b61d4a726 100644
--- a/src/oci/work_requests/models/work_request_error.py
+++ b/src/oci/work_requests/models/work_request_error.py
@@ -51,7 +51,7 @@ def __init__(self, **kwargs):
def code(self):
"""
**[Required]** Gets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:return: The code of this WorkRequestError.
@@ -63,7 +63,7 @@ def code(self):
def code(self, code):
"""
Sets the code of this WorkRequestError.
- A machine-usable code for the error that occured.
+ A machine-usable code for the error that occurred.
:param code: The code of this WorkRequestError.