Class: Aws::SSM::Types::ResourceDataSyncNotFoundException

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

Overview

The specified sync name was not found.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

class ResourceDataSyncNotFoundException < Struct.new(
  :sync_name,
  :sync_type,
  :message)
  include Aws::Structure
end

#sync_nameString

Returns:

  • (String)


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

class ResourceDataSyncNotFoundException < Struct.new(
  :sync_name,
  :sync_type,
  :message)
  include Aws::Structure
end

#sync_typeString

Returns:

  • (String)


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

class ResourceDataSyncNotFoundException < Struct.new(
  :sync_name,
  :sync_type,
  :message)
  include Aws::Structure
end