Class: Aws::SSM::Types::HierarchyTypeMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::HierarchyTypeMismatchException
- 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
-
#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.
10046 10047 10048 10049 10050 |
# File 'lib/aws-sdk-ssm/types.rb', line 10046 class HierarchyTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |