Class: Aws::ComprehendMedical::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehendmedical/types.rb

Overview

The filter that you specified for the operation is invalid. Check the filter values that you entered and try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

2190
2191
2192
2193
2194
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2190

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