Class: Aws::SSM::Types::ResourceDataSyncAlreadyExistsException

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

Overview

A sync configuration with the same name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_nameString

Returns:

  • (String)


15664
15665
15666
15667
15668
# File 'lib/aws-sdk-ssm/types.rb', line 15664

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