Class: Aws::InternetMonitor::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ValidationException
- 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
#message ⇒ String
2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 2062 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |