Class: Aws::ResilienceHub::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
This exception occurs when the specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that the exception applies to.
-
#resource_type ⇒ String
The type of the resource that the exception applies to.
Instance Attribute Details
#message ⇒ String
5957 5958 5959 5960 5961 5962 5963 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5957 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that the exception applies to.
5957 5958 5959 5960 5961 5962 5963 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5957 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that the exception applies to.
5957 5958 5959 5960 5961 5962 5963 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 5957 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |