Class: Aws::Synthetics::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
A parameter could not be validated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1889 1890 1891 1892 1893 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1889 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |