Class: Aws::Synthetics::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-synthetics/types.rb

Overview

An unknown internal error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1260
1261
1262
1263
1264
# File 'lib/aws-sdk-synthetics/types.rb', line 1260

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