Class: Aws::SQS::Types::PurgeQueueInProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::PurgeQueueInProgress
- 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
#message ⇒ String
1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-sqs/types.rb', line 1578 class PurgeQueueInProgress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |