Class: Aws::IoTManagedIntegrations::Types::InternalServerException

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

Overview

Internal error from the service that indicates an unexpected error or that the service is unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2576
2577
2578
2579
2580
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2576

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