Class: Aws::ManagedBlockchainQuery::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The container for the exception message.
-
#resource_id ⇒ String
The ‘resourceId` of the resource that caused the exception.
-
#resource_type ⇒ String
The ‘resourceType` of the resource that caused the exception.
Instance Attribute Details
#message ⇒ String
The container for the exception message.
944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ‘resourceId` of the resource that caused the exception.
944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The ‘resourceType` of the resource that caused the exception.
944 945 946 947 948 949 950 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 944 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |