Class: Aws::DeviceFarm::Types::CannotDeleteException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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

#messageString

Returns:

  • (String)


221
222
223
224
225
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 221

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