Class: Aws::Support::Types::AttachmentLimitExceeded

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

Overview

The limit for the number of attachment sets created in a short period of time has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The limit for the number of attachment sets created in a short period of time has been exceeded.

Returns:

  • (String)


174
175
176
177
178
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 174

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