Class: Aws::IAM::Types::ConcurrentModificationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The request was rejected because multiple requests to change this object were submitted simultaneously. Wait a few minutes and submit your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


558
559
560
561
562
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 558

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