Class: Aws::FraudDetector::Types::ValidationException

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

Overview

An exception indicating a specified value is not allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4966
4967
4968
4969
4970
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4966

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