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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2597
2598
2599
2600
2601
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2597

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