Class: Aws::GameLift::Types::TaggingFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::TaggingFailedException
- 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
#message ⇒ String
8422 8423 8424 8425 8426 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8422 class TaggingFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |