Class: Aws::SNS::Types::StaleTagException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::StaleTagException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
A tag has been added to a resource with the same ARN as a deleted resource. Wait a short while and then retry the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2663 2664 2665 2666 2667 |
# File 'lib/aws-sdk-sns/types.rb', line 2663 class StaleTagException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |