Class: Aws::SSM::Types::ResourceDataSyncConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncConflictException
- Includes:
- Aws::Structure
- Defined in:
- 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
16229 16230 16231 16232 16233 |
# File 'lib/aws-sdk-ssm/types.rb', line 16229 class ResourceDataSyncConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |