Class: Aws::SupplyChain::Types::ValidationException

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

Overview

The input does not satisfy the constraints specified by an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


266
267
268
269
270
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 266

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