Class: Aws::ManagedBlockchainQuery::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The resource passed is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The ‘ValidationException` message.
-
#name ⇒ String
The name of the field that triggered the ‘ValidationException`.
Instance Attribute Details
#message ⇒ String
The ‘ValidationException` message.
1187 1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1187 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that triggered the ‘ValidationException`.
1187 1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1187 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |