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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15774
15775
15776
15777
15778
# File 'lib/aws-sdk-ssm/types.rb', line 15774

class ResourceDataSyncConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end