Class: Aws::SSM::Types::ResourceDataSyncAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncAlreadyExistsException
- 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_name ⇒ String
16189 16190 16191 16192 16193 |
# File 'lib/aws-sdk-ssm/types.rb', line 16189 class ResourceDataSyncAlreadyExistsException < Struct.new( :sync_name) SENSITIVE = [] include Aws::Structure end |