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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
592 593 594 595 |
# File 'lib/aws-sdk-iam/types.rb', line 592 class ConcurrentModificationException < Struct.new( :message) include Aws::Structure end |