MaintenanceNotificationResponse¶
-
class
oci.opensearch.models.
MaintenanceNotificationResponse
(**kwargs)¶ Bases:
object
Response for request to send customer maintenance notification.
Methods
__init__
(**kwargs)Initializes a new MaintenanceNotificationResponse object with values from keyword arguments. Attributes
failed_notifications
Gets the failed_notifications of this MaintenanceNotificationResponse. message
[Required] Gets the message of this MaintenanceNotificationResponse. -
__init__
(**kwargs)¶ Initializes a new MaintenanceNotificationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - message (str) – The value to assign to the message property of this MaintenanceNotificationResponse.
- failed_notifications (list[oci.opensearch.models.MaintenanceNotificationFailure]) – The value to assign to the failed_notifications property of this MaintenanceNotificationResponse.
-
failed_notifications
¶ Gets the failed_notifications of this MaintenanceNotificationResponse. List of failed maintenance notifications
Returns: The failed_notifications of this MaintenanceNotificationResponse. Return type: list[oci.opensearch.models.MaintenanceNotificationFailure]
-
message
¶ [Required] Gets the message of this MaintenanceNotificationResponse. Response message for the maintenance notification request
Returns: The message of this MaintenanceNotificationResponse. Return type: str
-