Class: Aws::ManagedBlockchainQuery::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

The resource was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The container for the exception message.

Returns:

  • (String)


737
738
739
740
741
742
743
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 737

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ‘resourceId` of the resource that caused the exception.

Returns:

  • (String)


737
738
739
740
741
742
743
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 737

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The ‘resourceType` of the resource that caused the exception.

Returns:

  • (String)


737
738
739
740
741
742
743
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 737

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end