Class: Aws::TranscribeService::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ConflictException
- 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
#message ⇒ String
615 616 617 618 619 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 615 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |