Class: Aws::Comprehend::Types::InvalidFilterException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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

#messageString

Returns:

  • (String)


5094
5095
5096
5097
5098
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5094

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