Class: Aws::ComputeOptimizer::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::InvalidParameterValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
The value supplied for the input parameter is out of range or not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4292 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |