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)


12466
12467
12468
12469
12470
# File 'lib/aws-sdk-ssm/types.rb', line 12466

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