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.
9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-ssm/types.rb', line 9245 class HierarchyTypeMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |