Class: Aws::IoT::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::InternalServerException
- Defined in:
- gems/aws-sdk-iot/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
9000 9001 9002 9003 9004 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9000 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |