Class: Aws::SSM::Types::AlreadyExistsException

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

Overview

Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


171
172
173
174
# File 'lib/aws-sdk-ssm/types.rb', line 171

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