Class: Aws::Support::Types::AttachmentSetSizeLimitExceeded

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

Overview

A limit for the size of an attachment set has been exceeded. The limits are three attachments and 5 MB per attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A limit for the size of an attachment set has been exceeded. The limits are three attachments and 5 MB per attachment.

Returns:

  • (String)


220
221
222
223
224
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 220

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