Class: Aws::IoTSecureTunneling::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSecureTunneling::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsecuretunneling/types.rb
Overview
Thrown when an operation is attempted on a resource that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
218 219 220 221 222 |
# File 'lib/aws-sdk-iotsecuretunneling/types.rb', line 218 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |