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:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


1830
1831
1832
# File 'lib/aws-sdk-ssm/errors.rb', line 1830

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

#sync_nameString

Returns:

  • (String)


1820
1821
1822
# File 'lib/aws-sdk-ssm/errors.rb', line 1820

def sync_name
  @data[:sync_name]
end

#sync_typeString

Returns:

  • (String)


1825
1826
1827
# File 'lib/aws-sdk-ssm/errors.rb', line 1825

def sync_type
  @data[:sync_type]
end