Class: Aws::Route53::Types::ConcurrentModification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1090
1091
1092
1093
1094
# File 'lib/aws-sdk-route53/types.rb', line 1090

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