Class: Aws::LicenseManager::Types::FilterLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::FilterLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
1516 1517 1518 1519 1520 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1516 class FilterLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |