Class: Aws::ComputeOptimizer::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4751
4752
4753
4754
4755
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4751

class InvalidParameterValueException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end