Class: Aws::InternetMonitor::Types::ValidationException

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

Overview

Invalid request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2048
2049
2050
2051
2052
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 2048

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