Class: Aws::IoT::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Internal error from the service that indicates an unexpected error or that the service is unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7882 7883 7884 7885 7886 |
# File 'lib/aws-sdk-iot/types.rb', line 7882 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |