Class: Aws::ManagedBlockchain::Types::TooManyTagsException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2681

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

#resource_nameString

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2681

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