Class: Aws::SSM::Types::ResourceDataSyncConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncConflictException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Another UpdateResourceDataSync
request is being processed. Wait a
few minutes and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
16746 16747 16748 16749 16750 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16746 class ResourceDataSyncConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |