Class: Aws::LicenseManager::Types::FilterLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::FilterLimitExceededException
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
The request uses too many filters or too many filter values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1428 1429 1430 1431 1432 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1428 class FilterLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |