Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceErrorItem
- 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
-
#at_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
-
#error_code ⇒ String
The error code associated with the error.
-
#error_message ⇒ String
The message associated with the error.
-
#error_type ⇒ String
The type of error.
-
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the owner identifier.
-
#token_identifier ⇒ Types::TokenIdentifier
The container for the identifier for the token including the unique token ID and its blockchain network.
Instance Attribute Details
#at_blockchain_instant ⇒ Types::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_code ⇒ String
The error code associated with the error.
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_message ⇒ String
The message associated with the error.
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_type ⇒ String
The type of error.
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_identifier ⇒ Types::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_identifier ⇒ Types::TokenIdentifier
The container for the identifier for the token including the unique token ID and its blockchain network.
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 |