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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-iotanalytics/types.rb', line 1824

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