Class: Aws::CloudWatchOmni::Types::ValidationException

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

Instance Attribute Details

#error_codeString

The error code associated with the validation failure.

Returns:

  • (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

#messageString

Returns:

  • (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