Method: Aws::Chatbot::Types::ResourceNotFoundException#message

Defined in:
lib/aws-sdk-chatbot/types.rb

#messageString

Returns:

  • (String)


1686
1687
1688
1689
1690
# File 'lib/aws-sdk-chatbot/types.rb', line 1686

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