Class: Aws::SSM::Types::MaxDocumentSizeExceeded

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

Overview

The size limit of a document is 64 KB.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12608
12609
12610
12611
12612
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12608

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