Class: Aws::SWF::Types::TooManyTagsFault

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-swf/types.rb

Overview

You’ve exceeded the number of tags allowed for a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5555
5556
5557
5558
5559
# File 'lib/aws-sdk-swf/types.rb', line 5555

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