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
14889 14890 14891 14892 14893 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14889 class ParameterAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |