Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceErrorItem

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

Overview

Error generated from a failed BatchGetTokenBalance request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#at_blockchain_instantTypes::BlockchainInstant

The container for time.



100
101
102
103
104
105
106
107
108
109
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 100

class BatchGetTokenBalanceErrorItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant,
  :error_code,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code associated with the error.

Returns:

  • (String)


100
101
102
103
104
105
106
107
108
109
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 100

class BatchGetTokenBalanceErrorItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant,
  :error_code,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The message associated with the error.

Returns:

  • (String)


100
101
102
103
104
105
106
107
108
109
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 100

class BatchGetTokenBalanceErrorItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant,
  :error_code,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The type of error.

Returns:

  • (String)


100
101
102
103
104
105
106
107
108
109
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 100

class BatchGetTokenBalanceErrorItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant,
  :error_code,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#owner_identifierTypes::OwnerIdentifier

The container for the owner identifier.



100
101
102
103
104
105
106
107
108
109
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 100

class BatchGetTokenBalanceErrorItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant,
  :error_code,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#token_identifierTypes::TokenIdentifier

The container for the identifier for the token including the unique token ID and its blockchain network.

Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.



100
101
102
103
104
105
106
107
108
109
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 100

class BatchGetTokenBalanceErrorItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant,
  :error_code,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end