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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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)


8545
8546
8547
8548
8549
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8545

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