Class: Aws::NetworkMonitor::Types::InternalServerException

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

Overview

The request processing has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


464
465
466
467
468
# File 'gems/aws-sdk-networkmonitor/lib/aws-sdk-networkmonitor/types.rb', line 464

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