Class: Aws::SSM::Types::DocumentVersionLimitExceeded

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

The document has too many versions. Delete one or more document versions and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7122
7123
7124
7125
7126
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7122

class DocumentVersionLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end