Class: Aws::HealthLake::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ValidationException
- Defined in:
- gems/aws-sdk-healthlake/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
1177 1178 1179 1180 1181 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1177 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |