Class: Aws::Lex::Types::DependencyFailedException

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

Overview

One of the dependencies, such as AWS Lambda or Amazon Polly, threw an exception. For example,

  • If Amazon Lex does not have sufficient permissions to call a Lambda function.

  • If a Lambda function takes longer than 30 seconds to execute.

  • If a fulfillment Lambda function returns a Delegate dialog action without removing any slot values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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