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
951 952 953 954 955 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 951 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |