Class: Aws::CloudWatchOmni::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::ValidationException
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
A parameter is specified incorrectly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the validation failure.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the validation failure.
5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5210 class ValidationException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5210 5211 5212 5213 5214 5215 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5210 class ValidationException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |