Class: Aws::B2bi::Types::TestConversionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::TestConversionResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#converted_file_content ⇒ String
Returns the converted file content.
-
#validation_messages ⇒ Array<String>
Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process.
Instance Attribute Details
#converted_file_content ⇒ String
Returns the converted file content.
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_messages ⇒ Array<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.
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 |