Class: Aws::SNS::Types::StaleTagException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2664
2665
2666
2667
2668
# File 'lib/aws-sdk-sns/types.rb', line 2664

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