Class: Aws::IoTManagedIntegrations::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/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
2601 2602 2603 2604 2605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2601 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |