Class: Aws::ManagedBlockchain::Types::ResourceLimitExceededException

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

Overview

The maximum number of resources of that type already exist. Ensure the resources requested are within the boundaries of the service edition and your account limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2594
2595
2596
2597
2598
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2594

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