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
6021 6022 6023 6024 6025 6026 6027 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6021 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.
6021 6022 6023 6024 6025 6026 6027 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6021 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |