Class: Aws::IoTWireless::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::InternalServerException
- Defined in:
- gems/aws-sdk-iotwireless/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
3165 3166 3167 3168 3169 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3165 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |