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
8443 8444 8445 8446 8447 |
# File 'lib/aws-sdk-iot/types.rb', line 8443 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |