Class: Aws::SSM::Types::ResourceDataSyncCountExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncCountExceededException
- Includes:
- Aws::Structure
- Defined in:
- 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
16242 16243 16244 16245 16246 |
# File 'lib/aws-sdk-ssm/types.rb', line 16242 class ResourceDataSyncCountExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |