Class: Aws::SSM::Types::OpsMetadataTooManyUpdatesException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsMetadataTooManyUpdatesException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The system is processing too many concurrent updates. Wait a few moments and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14513 14514 14515 14516 14517 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14513 class OpsMetadataTooManyUpdatesException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |