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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1512
1513
1514
1515
1516
# File 'lib/aws-sdk-supplychain/types.rb', line 1512

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