Class: Aws::IoTAnalytics::Types::InternalFailureException

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

Overview

There was an internal failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1824
1825
1826
1827
1828
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1824

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