Class: Aws::IoTTwinMaker::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An unexpected error has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2135 2136 2137 2138 2139 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2135 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |