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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2012
2013
2014
2015
2016
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 2012

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