Class: Aws::IAM::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
558 559 560 561 562 |
# File 'lib/aws-sdk-iam/types.rb', line 558 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |