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

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

Overview

Parameter Store doesn’t 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Parameter Store doesn’t 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)


9147
9148
9149
9150
9151
# File 'lib/aws-sdk-ssm/types.rb', line 9147

class HierarchyTypeMismatchException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end