Class: Aws::AutoScalingPlans::Types::ConcurrentUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::ConcurrentUpdateException
- Defined in:
- gems/aws-sdk-autoscalingplans/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 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 40 class ConcurrentUpdateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |