Class: Aws::IoTWireless::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3023
3024
3025
3026
3027
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3023

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end