Class: Aws::CloudWatch::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ValidationException
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
The request failed validation. One or more input parameters do not satisfy the constraints that the operation requires.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6547 6548 6549 6550 6551 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 6547 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |