Class: Aws::ComprehendMedical::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
960 961 962 963 964 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 960 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |