Class: Aws::SSM::Types::InvalidFilterOption

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

Overview

The specified filter option is not valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The specified filter option is not valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

Returns:

  • (String)


8977
8978
8979
8980
# File 'lib/aws-sdk-ssm/types.rb', line 8977

class InvalidFilterOption < Struct.new(
  :message)
  include Aws::Structure
end