Class: Aws::SSM::Types::AssociationVersionLimitExceeded

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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