Class: Aws::SSM::Errors::ResourceDataSyncNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDataSyncNotFoundException

Returns a new instance of ResourceDataSyncNotFoundException.

Parameters:



1799
1800
1801
# File 'lib/aws-sdk-ssm/errors.rb', line 1799

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


1814
1815
1816
# File 'lib/aws-sdk-ssm/errors.rb', line 1814

def message
  @message || @data[:message]
end

#sync_nameString

Returns:

  • (String)


1804
1805
1806
# File 'lib/aws-sdk-ssm/errors.rb', line 1804

def sync_name
  @data[:sync_name]
end

#sync_typeString

Returns:

  • (String)


1809
1810
1811
# File 'lib/aws-sdk-ssm/errors.rb', line 1809

def sync_type
  @data[:sync_type]
end