Class: Aws::ComprehendMedical::Types::InvalidEncodingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/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

#messageString

Returns:

  • (String)


937
938
939
940
941
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 937

class InvalidEncodingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end