Class: Aws::MainframeModernization::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the missing resource.
-
#resource_type ⇒ String
The type of the missing resource.
Instance Attribute Details
#message ⇒ String
2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2759 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the missing resource.
2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2759 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the missing resource.
2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2759 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |