Class: Aws::SSM::Types::TooManyUpdates
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TooManyUpdates
- Defined in:
- gems/aws-sdk-ssm/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
19245 19246 19247 19248 19249 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19245 class TooManyUpdates < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |