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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


12529
12530
12531
12532
12533
# File 'lib/aws-sdk-ssm/types.rb', line 12529

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