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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


10073
10074
10075
10076
10077
# File 'lib/aws-sdk-ssm/types.rb', line 10073

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