Class: Aws::ComprehendMedical::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ValidationException
- 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
#message ⇒ String
2182 2183 2184 2185 2186 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2182 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |