Class: Aws::SSM::Types::HierarchyLevelLimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::HierarchyLevelLimitExceededException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
A hierarchy can have a maximum of 15 levels. For more information, see
- Requirements and constraints for parameter names][1
 - 
in the *Amazon
 
Web Services Systems Manager User Guide*.
[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A hierarchy can have a maximum of 15 levels.
 
Instance Attribute Details
#message ⇒ String
A hierarchy can have a maximum of 15 levels. For more information, see [About requirements and constraints for parameter names] in the *Amazon Web Services Systems Manager User Guide*.
      9214 9215 9216 9217 9218  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 9214 class HierarchyLevelLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |