Class: Aws::SSM::Types::HierarchyLevelLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::HierarchyLevelLimitExceededException
- Defined in:
- gems/aws-sdk-ssm/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 in the AWS Systems Manager User Guide.
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 Requirements and constraints for parameter names in the AWS Systems Manager User Guide.
9277 9278 9279 9280 9281 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9277 class HierarchyLevelLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |