Class: Aws::Synthetics::Types::InternalFailureException

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

Overview

An internal failure occurred. Try the operation again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1247
1248
1249
1250
1251
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1247

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