Class: Aws::SSM::Types::HierarchyTypeMismatchException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Parameter Store does not support changing a parameter type in a hierarchy. For example, you can’t change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Parameter Store does not support changing a parameter type in a hierarchy. For example, you can’t change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

Returns:

  • (String)


8169
8170
8171
8172
# File 'lib/aws-sdk-ssm/types.rb', line 8169

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