Class: Aws::GameLift::Types::TaggingFailedException

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

Overview

The requested tagging operation did not succeed. This may be due to invalid tag format or the maximum tag limit may have been exceeded. Resolve the issue before retrying.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9904
9905
9906
9907
9908
# File 'lib/aws-sdk-gamelift/types.rb', line 9904

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