PipelineValidationErrorDetails¶
-
class
oci.opensearch.models.
PipelineValidationErrorDetails
(**kwargs)¶ Bases:
object
The configuration details for validating pipeline configuration provided as input.
Methods
__init__
(**kwargs)Initializes a new PipelineValidationErrorDetails object with values from keyword arguments. Attributes
message
[Required] Gets the message of this PipelineValidationErrorDetails. -
__init__
(**kwargs)¶ Initializes a new PipelineValidationErrorDetails 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 PipelineValidationErrorDetails.
-
message
¶ [Required] Gets the message of this PipelineValidationErrorDetails.
Returns: The message of this PipelineValidationErrorDetails. Return type: str
-