Class: Aws::B2bi::Types::TestConversionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#converted_file_contentString

Returns the converted file content.

Returns:

  • (String)


2060
2061
2062
2063
2064
2065
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2060

class TestConversionResponse < Struct.new(
  :converted_file_content,
  :validation_messages)
  SENSITIVE = []
  include Aws::Structure
end

#validation_messagesArray<String>

Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.

Returns:

  • (Array<String>)


2060
2061
2062
2063
2064
2065
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2060

class TestConversionResponse < Struct.new(
  :converted_file_content,
  :validation_messages)
  SENSITIVE = []
  include Aws::Structure
end