Class: Aws::SSM::Types::HierarchyTypeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::HierarchyTypeMismatchException
- Defined in:
- gems/aws-sdk-ssm/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
-
#message ⇒ String
Parameter Store doesn't support changing a parameter type in a hierarchy.
Instance Attribute Details
#message ⇒ String
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.
9444 9445 9446 9447 9448 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9444 class HierarchyTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |