Class: Aws::SSM::Types::ParameterAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterAlreadyExists
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The parameter already exists. You can't create duplicate parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14678 14679 14680 14681 14682 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14678 class ParameterAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |