Class: Aws::ElementalInference::Types::InternalServerErrorException

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

Overview

An internal server error occurred. This is a temporary condition and the request can be retried. If the problem persists, contact AWS Support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


466
467
468
469
470
# File 'lib/aws-sdk-elementalinference/types.rb', line 466

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