Class: Aws::DeviceFarm::Types::CannotDeleteException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CannotDeleteException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
The requested object could not be deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
207 208 209 210 211 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 207 class CannotDeleteException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |