Class: Aws::AutoScalingPlans::Types::ConcurrentUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::ConcurrentUpdateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
40 41 42 43 44 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 40 class ConcurrentUpdateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |