Class: Aws::ApplicationInsights::Types::TagsAlreadyExistException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb

Overview

Tags are already registered for the specified application ARN.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1810
1811
1812
1813
1814
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1810

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