Class: Aws::LicenseManager::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::InvalidParameterValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
One or more parameter values are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1790 1791 1792 1793 1794 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1790 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |