Class: Aws::ManagedBlockchain::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
A requested resource doesn’t exist. It may have been deleted or referenced incorrectly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
A requested resource doesn’t exist.
Instance Attribute Details
#message ⇒ String
2616 2617 2618 2619 2620 2621 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2616 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
A requested resource doesn’t exist. It may have been deleted or referenced inaccurately.
2616 2617 2618 2619 2620 2621 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2616 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |