Class: Aws::MainframeModernization::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-mainframemodernization/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
2744 2745 2746 2747 2748 2749 2750 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2744 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the missing resource.
2744 2745 2746 2747 2748 2749 2750 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2744 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the missing resource.
2744 2745 2746 2747 2748 2749 2750 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2744 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |