Class: Aws::ComprehendMedical::Types::InvalidEncodingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InvalidEncodingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
The input text was not in valid UTF-8 character encoding. Check your text then retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
937 938 939 940 941 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 937 class InvalidEncodingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |