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)


1930
1931
1932
1933
1934
# File 'lib/aws-sdk-sns/types.rb', line 1930

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