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

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

#messageString

Returns:

  • (String)


15861
15862
15863
15864
15865
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15861

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