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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


14063
14064
14065
14066
14067
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14063

class ParameterAlreadyExists < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end