Class: Aws::Comprehend::Types::InvalidFilterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::InvalidFilterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The filter specified for the operation is invalid. Specify a different filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4972 4973 4974 4975 4976 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4972 class InvalidFilterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |