Class: Aws::DeviceFarm::Types::IdempotencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::IdempotencyException
- 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
-
#message ⇒ String
Any additional information about the exception.
Instance Attribute Details
#message ⇒ String
Any additional information about the exception.
2251 2252 2253 2254 2255 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2251 class IdempotencyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |