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

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

Overview

The specified sync name wasn't found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15989
15990
15991
15992
15993
15994
15995
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15989

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

#sync_nameString

Returns:

  • (String)


15989
15990
15991
15992
15993
15994
15995
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15989

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

#sync_typeString

Returns:

  • (String)


15989
15990
15991
15992
15993
15994
15995
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15989

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