From 63d7cd735701c6175e63c3b4cc8d8f8e35b3e435 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 4 Apr 2025 17:19:45 +1000 Subject: [PATCH] misc(python): fix spelling; `occured` -> `occurred` Signed-off-by: John Bampton --- examples/stop_untagged_instances.py | 2 +- src/oci/adm/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/ai_document/models/work_request_error.py | 8 ++++---- src/oci/ai_language/models/work_request_error.py | 8 ++++---- src/oci/ai_vision/models/work_request_error.py | 8 ++++---- src/oci/analytics/models/work_request_error.py | 4 ++-- src/oci/analytics/models/work_request_log.py | 4 ++-- src/oci/apigateway/models/work_request_error.py | 8 ++++---- .../appmgmt_control/models/work_request_error.py | 8 ++++---- src/oci/blockchain/models/work_request_error.py | 8 ++++---- src/oci/cloud_guard/models/work_request_error.py | 8 ++++---- .../cloud_migrations/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/data_catalog/models/work_request_error.py | 8 ++++---- src/oci/data_flow/models/work_request_error.py | 8 ++++---- src/oci/data_integration/models/error_details.py | 2 +- .../data_integration/models/work_request_error.py | 14 +++++++------- .../models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- .../database_tools/models/work_request_error.py | 8 ++++---- src/oci/dblm/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/desktops/models/work_request_error.py | 8 ++++---- src/oci/devops/models/work_request_error.py | 8 ++++---- .../disaster_recovery/models/work_request_error.py | 8 ++++---- src/oci/em_warehouse/models/work_request_error.py | 8 ++++---- src/oci/exceptions.py | 2 +- .../models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/fusion_apps/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/golden_gate/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- .../models/iam_work_request_error_summary.py | 4 ++-- .../models/tagging_work_request_error_summary.py | 4 ++-- src/oci/identity/models/work_request_error.py | 4 ++-- src/oci/jms/models/work_request_error.py | 4 ++-- .../models/work_request_error.py | 8 ++++---- src/oci/lockbox/models/work_request_error.py | 8 ++++---- src/oci/log_analytics/models/work_request_error.py | 8 ++++---- src/oci/logging/models/work_request_error.py | 8 ++++---- .../management_agent/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- .../heat_wave_cluster_table_memory_estimate.py | 4 ++-- src/oci/mysql/models/work_request_error.py | 8 ++++---- .../network_firewall/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/nosql/models/work_request_error.py | 8 ++++---- src/oci/oce/models/work_request_error.py | 8 ++++---- src/oci/opa/models/work_request_error.py | 8 ++++---- src/oci/opensearch/models/work_request_error.py | 8 ++++---- src/oci/opsi/models/work_request_error.py | 8 ++++---- src/oci/os_management/models/work_request_error.py | 4 ++-- src/oci/psql/models/work_request_error.py | 8 ++++---- src/oci/queue/models/work_request_error.py | 8 ++++---- src/oci/recovery/models/work_request_error.py | 8 ++++---- src/oci/redis/models/work_request_error.py | 12 ++++++------ src/oci/sch/models/work_request_error.py | 4 ++-- ...ecurity_attribute_work_request_error_summary.py | 4 ++-- .../service_catalog/models/work_request_error.py | 8 ++++---- .../stack_monitoring/models/work_request_error.py | 8 ++++---- .../models/work_request_error.py | 8 ++++---- src/oci/vbs_inst/models/work_request_error.py | 8 ++++---- src/oci/vn_monitoring/models/work_request_error.py | 4 ++-- .../models/work_request_error.py | 8 ++++---- src/oci/waa/models/work_request_error.py | 8 ++++---- src/oci/waf/models/work_request_error.py | 8 ++++---- src/oci/work_requests/models/work_request_error.py | 4 ++-- 70 files changed, 252 insertions(+), 252 deletions(-) diff --git a/examples/stop_untagged_instances.py b/examples/stop_untagged_instances.py index 13a8ee29f5..4058c63841 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 ac8aad65cf..52ecbf8465 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 1d14b4116d..cb49e80cc1 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 393f540378..20013e84e3 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 cba999958d..5a13b601ae 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 3b53ed6a0a..53fd9a9400 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 749d5c2a93..9ad61543fc 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 45b6b58b49..1872ebfc2b 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 4e50e90c20..ff50c52014 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 534d1096db..f98aeb3541 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 bfb59f2cd1..e4cc8a7876 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 9537740bdb..7f05dfb869 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 ee18f2fc53..f7dba8595c 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 7159b61c71..2f4cab27c8 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 27a487123c..ebc4f754e7 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 f55fe67663..8360e783a5 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 f382e82d84..9bb4f445d8 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 b7abb35972..41f767acb3 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 186084ba31..af856ff7f4 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 baffa0dd3f..8f74eeeeda 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 c78843e5ed..757442b126 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 fb7a0a2f6f..e91f85d9fe 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 f74af15d6e..b5bfd1771a 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 8777035d55..99ebad1101 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 131741ee20..8bdc68fd83 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 22f7b114f2..0b82260c14 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 f6dabe3e79..280dbb6422 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 ccc69e37ab..5e817bb2f1 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 1a6a1dea4a..7176e4e326 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 968b05491f..6dd02d2390 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 23c9fffabd..7a7ebcf6cb 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 27bc124f42..50f8672f32 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 9f2ed25a5d..d9b0cfdf14 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 a69f3ed2eb..6a7a24d5cf 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 c6d1cb1268..c838adc97e 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 9c31929b8f..7839afdf72 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 54e8aec8e2..7dea7a15e1 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 221ae703a8..63a89a718d 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 c30dd526e9..d83a9178db 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 bbd10df445..9ec00ed4be 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 b1e706e40e..e10e03fe3e 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 f9141028ad..aed31c2abf 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 9306693e5c..c97b804b75 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 9098761912..69e4ae6b70 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 2a8fb287cc..b0b25b7df0 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 a7658b3de6..f14acd1a4b 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 5cf3b4fb97..4e5edcd7a2 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 8a6ed27ecd..2845833634 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 368a4076b1..59fdb49b72 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 57402de805..65f8ad1169 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 c489672366..b67e10592b 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 7ce68edf3a..96a2fd9b9a 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 8542158339..cb50d9bbce 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 89badb1fb9..d4ebb78a48 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 239861cb4d..40119dce20 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 45885c55f9..e236878bcf 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 ac7390ec43..fea8cb05a0 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 f184f91f40..e509d1431e 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 b22f804a96..04d59a0177 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 1100f6f956..fa19717e66 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 d484351157..4b7291f005 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 a5e893ccda..72cc70cf45 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 534d1096db..f98aeb3541 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 c561df8d5f..8bef493528 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 ccc69e37ab..5e817bb2f1 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 e0a14a8f0a..2fba940a59 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 a6719d8862..244debe725 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 e58a9bb277..bab66c19b7 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 bc8f9bddab..b373e7336e 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 9d07132ccd..b61d4a7265 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.