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)


615
616
617
618
619
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 615

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