Class: Aws::CloudWatch::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InvalidParameterValueException
- 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
#message ⇒ String
2025 2026 2027 2028 2029 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2025 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |