Class: Aws::MedicalImaging::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
The input fails to satisfy the constraints set by the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1914 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |