Class: Aws::LookoutEquipment::Types::InternalServerException

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

Overview

Processing of the request has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2525
2526
2527
2528
2529
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2525

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