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
18865 18866 18867 18868 18869 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18865 class TooManyUpdates < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |