Class: Aws::SSM::Types::ParameterPatternMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterPatternMismatchException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The parameter name isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The parameter name isn’t valid.
Instance Attribute Details
#message ⇒ String
The parameter name isn’t valid.
14395 14396 14397 14398 14399 |
# File 'lib/aws-sdk-ssm/types.rb', line 14395 class ParameterPatternMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |