Class: Aws::OSIS::Types::ValidationMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb

Overview

A validation message associated with a ValidatePipeline request in OpenSearch Ingestion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The validation message.

Returns:

  • (String)


863
864
865
866
867
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 863

class ValidationMessage < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end