Class: Aws::LookoutEquipment::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InternalServerException
- 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
#message ⇒ String
2622 2623 2624 2625 2626 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2622 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |