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
15737 15738 15739 15740 15741 15742 15743 |
# File 'lib/aws-sdk-ssm/types.rb', line 15737 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
15737 15738 15739 15740 15741 15742 15743 |
# File 'lib/aws-sdk-ssm/types.rb', line 15737 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
15737 15738 15739 15740 15741 15742 15743 |
# File 'lib/aws-sdk-ssm/types.rb', line 15737 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |