Class: Aws::DeviceFarm::Types::ServiceAccountException

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

Overview

There was a problem with the service account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Any additional information about the exception.

Returns:

  • (String)


5316
5317
5318
5319
5320
# File 'lib/aws-sdk-devicefarm/types.rb', line 5316

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