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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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:



1817
1818
1819
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1817

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

Instance Method Details

#messageString

Returns:

  • (String)


1832
1833
1834
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1832

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

#sync_nameString

Returns:

  • (String)


1822
1823
1824
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1822

def sync_name
  @data[:sync_name]
end

#sync_typeString

Returns:

  • (String)


1827
1828
1829
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1827

def sync_type
  @data[:sync_type]
end