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

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


546
547
548
549
550
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 546

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