Class: Aws::Translate::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb

Overview

There was a conflict processing the request. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


61
62
63
64
65
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 61

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