Class: Aws::SSM::Errors::ResourceDataSyncNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSM::Errors::ResourceDataSyncNotFoundException
- Defined in:
- sig/errors.rbs,
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
1867 1868 1869 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1867 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1882 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1882 def message: () -> ::String |
#sync_name ⇒ String
1872 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1872 def sync_name: () -> ::String |
#sync_type ⇒ String
1877 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1877 def sync_type: () -> ::String |