Class: Aws::IoTWireless::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
An unexpected error occurred while processing a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3233 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |