Class: Aws::SSM::Types::ResourceDataSyncInvalidConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncInvalidConfigurationException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The specified sync configuration is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
16790 16791 16792 16793 16794 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16790 class ResourceDataSyncInvalidConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |