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.
| 14387 14388 14389 14390 14391 | # File 'lib/aws-sdk-ssm/types.rb', line 14387 class ParameterPatternMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |