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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


15821
15822
15823
15824
15825
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15821

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