Class: Aws::DeviceFarm::Types::InternalServiceException

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

Overview

An internal exception was raised in the service. Contact [aws-devicefarm-support@amazon.com](aws-devicefarm-support@amazon.com) if you see this error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2384
2385
2386
2387
2388
# File 'lib/aws-sdk-devicefarm/types.rb', line 2384

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