Class: Aws::DeviceFarm::Types::NotEligibleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::NotEligibleException
- 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
-
#message ⇒ String
The HTTP response code of a Not Eligible exception.
Instance Attribute Details
#message ⇒ String
The HTTP response code of a Not Eligible exception.
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 |