Class: Aws::SSM::Errors::ResourceDataSyncNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ResourceDataSyncNotFoundException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDataSyncNotFoundException
constructor
A new instance of ResourceDataSyncNotFoundException.
- #message ⇒ String
- #sync_name ⇒ String
- #sync_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDataSyncNotFoundException
Returns a new instance of ResourceDataSyncNotFoundException.
1815 1816 1817 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1815 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1830 1831 1832 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1830 def @message || @data[:message] end |
#sync_name ⇒ String
1820 1821 1822 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1820 def sync_name @data[:sync_name] end |
#sync_type ⇒ String
1825 1826 1827 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1825 def sync_type @data[:sync_type] end |