Class: Aws::Honeycode::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1275 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |