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

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


176
177
178
179
180
# File 'lib/aws-sdk-support/types.rb', line 176

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