Class: Aws::SQS::Types::OverLimit

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

The specified action violates a limit. For example, ‘ReceiveMessage` returns this error if the maximum number of in flight messages is reached and `AddPermission` returns this error if the maximum number of permissions for the queue is reached.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1562
1563
1564
1565
1566
# File 'lib/aws-sdk-sqs/types.rb', line 1562

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