Class: Aws::Synthetics::Types::ValidationException

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

Overview

A parameter could not be validated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1837
1838
1839
1840
1841
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1837

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