Class: Aws::Lex::Errors::RequestTimeoutException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-lex/lib/aws-sdk-lex/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTimeoutException

Returns a new instance of RequestTimeoutException.

Parameters:



193
194
195
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/errors.rb', line 193

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


198
199
200
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/errors.rb', line 198

def message
  @message || @data[:message]
end