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)


2284
2285
2286
2287
2288
# File 'lib/aws-sdk-devicefarm/types.rb', line 2284

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