Class: Aws::SSM::Types::ParameterAlreadyExists

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The parameter already exists. You can’t create duplicate parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12087
12088
12089
12090
# File 'lib/aws-sdk-ssm/types.rb', line 12087

class ParameterAlreadyExists < Struct.new(
  :message)
  include Aws::Structure
end