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 [[email protected]]([email protected]) if you see this error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2414
2415
2416
2417
2418
# File 'lib/aws-sdk-devicefarm/types.rb', line 2414

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