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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10109
10110
10111
10112
10113
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10109

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