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)


16136
16137
16138
16139
16140
# File 'lib/aws-sdk-ssm/types.rb', line 16136

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