Class: Aws::SSM::Types::ResourceDataSyncCountExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncCountExceededException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
You have exceeded the allowed maximum sync configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
17039 17040 17041 17042 17043 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17039 class ResourceDataSyncCountExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |