Class: Aws::SSM::Types::HierarchyLevelLimitExceededException

Inherits:
Struct
  • Object
show all
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 *AWS

Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

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*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html

Returns:

  • (String)


8151
8152
8153
8154
# File 'lib/aws-sdk-ssm/types.rb', line 8151

class HierarchyLevelLimitExceededException < Struct.new(
  :message)
  include Aws::Structure
end