Class: Aws::SQS::Types::QueueDeletedRecently
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::QueueDeletedRecently
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
You must wait 60 seconds after deleting a queue before you can create another queue with the same name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-sqs/types.rb', line 1602 class QueueDeletedRecently < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |