Class: Aws::DeviceFarm::Types::NotEligibleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::NotEligibleException
- Includes:
- Structure
- Defined in:
- 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.
3880 3881 3882 3883 3884 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3880 class NotEligibleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |