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
16874 16875 16876 16877 16878 16879 16880 |
# File 'lib/aws-sdk-ssm/types.rb', line 16874 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
16874 16875 16876 16877 16878 16879 16880 |
# File 'lib/aws-sdk-ssm/types.rb', line 16874 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |
#sync_type ⇒ String
16874 16875 16876 16877 16878 16879 16880 |
# File 'lib/aws-sdk-ssm/types.rb', line 16874 class ResourceDataSyncNotFoundException < Struct.new( :sync_name, :sync_type, :message) SENSITIVE = [] include Aws::Structure end |