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

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


2622
2623
2624
2625
2626
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2622

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