Class: Aws::IoTWireless::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Id of the not found resource.
-
#resource_type ⇒ String
Type of the font found resource.
Instance Attribute Details
#message ⇒ String
5272 5273 5274 5275 5276 5277 5278 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5272 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Id of the not found resource.
5272 5273 5274 5275 5276 5277 5278 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5272 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the font found resource.
5272 5273 5274 5275 5276 5277 5278 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5272 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |