Class: Aws::ApplicationAutoScaling::Types::ConcurrentUpdateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::ConcurrentUpdateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
63 64 65 66 67 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 63 class ConcurrentUpdateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |