Class: Aws::SSM::Types::ResourceDataSyncNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified sync name wasn’t found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
16357 16358 16359 16360 16361 16362 16363 |
# File 'lib/aws-sdk-ssm/types.rb', line 16357 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
16357 16358 16359 16360 16361 16362 16363 |
# File 'lib/aws-sdk-ssm/types.rb', line 16357 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
16357 16358 16359 16360 16361 16362 16363 |
# File 'lib/aws-sdk-ssm/types.rb', line 16357 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |