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:



1781
1782
1783
# File 'lib/aws-sdk-ssm/errors.rb', line 1781

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

Instance Method Details

#messageString

Returns:

  • (String)


1796
1797
1798
# File 'lib/aws-sdk-ssm/errors.rb', line 1796

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

#sync_nameString

Returns:

  • (String)


1786
1787
1788
# File 'lib/aws-sdk-ssm/errors.rb', line 1786

def sync_name
  @data[:sync_name]
end

#sync_typeString

Returns:

  • (String)


1791
1792
1793
# File 'lib/aws-sdk-ssm/errors.rb', line 1791

def sync_type
  @data[:sync_type]
end