Class: Aws::SSM::Types::ResourceDataSyncConflictException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13955
13956
13957
13958
# File 'lib/aws-sdk-ssm/types.rb', line 13955

class ResourceDataSyncConflictException < Struct.new(
  :message)
  include Aws::Structure
end