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
2122 2123 2124 2125 2126 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 2122 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |