Class: Aws::SSM::Types::InvalidFilter

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

Overview

The filter name isn't valid. Verify the you entered the correct name and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10331
10332
10333
10334
10335
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10331

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