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
16920 16921 16922 16923 16924 16925 16926 |
# File 'lib/aws-sdk-ssm/types.rb', line 16920 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
16920 16921 16922 16923 16924 16925 16926 |
# File 'lib/aws-sdk-ssm/types.rb', line 16920 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
16920 16921 16922 16923 16924 16925 16926 |
# File 'lib/aws-sdk-ssm/types.rb', line 16920 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |