Class: Aws::SSM::Types::AssociationVersionLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationVersionLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-ssm/types.rb', line 1055 class AssociationVersionLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |