Class: Aws::VerifiedPermissions::Types::TooManyTagsException

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

Overview

No more tags be added because the limit (50) has been reached. To add new tags, use UntagResource to remove existing tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4986
4987
4988
4989
4990
4991
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4986

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

#resource_nameString

An Amazon Resource Name (ARN) uniquely identifies an AWS resource.

Returns:

  • (String)


4986
4987
4988
4989
4990
4991
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 4986

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