Class: Aws::TranscribeService::Types::ConflictException

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

Overview

A resource already exists with this name. Resource names must be unique within an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


539
540
541
542
543
# File 'lib/aws-sdk-transcribeservice/types.rb', line 539

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