Class: Aws::LicenseManager::Types::ResourceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ResourceLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Your resource limits have been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3570 3571 3572 3573 3574 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3570 class ResourceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |