Class: Aws::B2bi::Types::ValidationException

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

Overview

Occurs when a B2BI object cannot be validated against a request from another object. This exception can be thrown during standard EDI validation or when custom validation rules fail, such as when element length constraints are violated, invalid codes are used in code list validations, or required elements are missing based on configured element requirement rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2768
2769
2770
2771
2772
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2768

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