Class: Aws::SQS::Types::PurgeQueueInProgress

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

Overview

Indicates that the specified queue previously received a ‘PurgeQueue` request within the last 60 seconds (the time it can take to delete the messages in the queue).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1577
1578
1579
1580
1581
# File 'lib/aws-sdk-sqs/types.rb', line 1577

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