Class: Aws::ManagedBlockchainQuery::Types::ValidationExceptionField

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

Overview

The resource passed is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The ‘ValidationException` message.

Returns:

  • (String)


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

#nameString

The name of the field that triggered the ‘ValidationException`.

Returns:

  • (String)


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