Class: Aws::SSM::Types::InvalidFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidFilter
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The filter name isn't valid. Verify that you entered the correct name and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10845 10846 10847 10848 10849 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10845 class InvalidFilter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |