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
| 577 578 579 580 581 | # File 'lib/aws-sdk-iam/types.rb', line 577 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |