Class: Aws::NetworkMonitor::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb

Overview

One of the parameters for the request is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


953
954
955
956
957
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 953

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