Class: Aws::DeviceFarm::Types::IdempotencyException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

An entity with the same name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Any additional information about the exception.

Returns:

  • (String)


2254
2255
2256
2257
2258
# File 'lib/aws-sdk-devicefarm/types.rb', line 2254

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