Class: Aws::Lex::Types::NotFoundException

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

Overview

The resource (such as the Amazon Lex bot or an alias) that is referred to is not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


575
576
577
578
579
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 575

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