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)


3885
3886
3887
3888
3889
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3885

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