Class: Aws::SSM::Types::InvalidFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidFilter
- 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
#message ⇒ String
9916 9917 9918 9919 9920 |
# File 'lib/aws-sdk-ssm/types.rb', line 9916 class InvalidFilter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |