Class: Aws::SSM::Types::TooManyUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TooManyUpdates
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
There are concurrent updates for a resource that supports one update at a time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
18293 18294 18295 18296 18297 |
# File 'lib/aws-sdk-ssm/types.rb', line 18293 class TooManyUpdates < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |