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