Class: Aws::Notifications::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource that wasn’t found.
Instance Attribute Details
#message ⇒ String
3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-notifications/types.rb', line 3070 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that wasn’t found.
3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-notifications/types.rb', line 3070 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |