Class: Aws::HealthLake::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The user input parameter was invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1277 1278 1279 1280 1281 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1277 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |