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
1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1686 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |