Class: Aws::SSM::Types::InvalidFilterValue

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

Overview

The filter value isn’t valid. Verify the value and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10105
10106
10107
10108
10109
# File 'lib/aws-sdk-ssm/types.rb', line 10105

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