Class: Aws::SQS::Types::BatchRequestTooLong

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

Overview

The length of all the messages put together is more than the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


88
89
90
91
92
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 88

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