Class: Aws::DeviceFarm::Types::NotEligibleException

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

Overview

Exception gets thrown when a user is not eligible to perform the specified transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The HTTP response code of a Not Eligible exception.

Returns:

  • (String)


3931
3932
3933
3934
3935
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3931

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