Class: Aws::IoTEvents::Types::InternalFailureException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

An internal failure occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


1981
1982
1983
1984
1985
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1981

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