Class: Aws::Translate::Types::InvalidFilterException

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

Overview

The filter specified for the operation is not valid. Specify a different filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


555
556
557
558
559
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 555

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