Class: Aws::DeviceFarm::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
The specified entity was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Any additional information about the exception.
Instance Attribute Details
#message ⇒ String
Any additional information about the exception.
3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3894 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |