Class: Aws::RecycleBin::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-recyclebin/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
479 480 481 482 483 484 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 479 class ResourceNotFoundException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
479 480 481 482 483 484 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 479 class ResourceNotFoundException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |