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
16218 16219 16220 16221 16222 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16218 class ResourceDataSyncInvalidConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |