Class: Aws::Comprehend::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

An internal server error occurred. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5080
5081
5082
5083
5084
# File 'lib/aws-sdk-comprehend/types.rb', line 5080

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