Class: Aws::ManagedBlockchain::Types::ResourceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ResourceLimitExceededException
- 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
#message ⇒ 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 |