Class: Aws::CloudWatch::Types::InvalidParameterValueException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

The value of an input parameter is bad or out-of-range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1958
1959
1960
1961
1962
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1958

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