Class: Aws::ManagedBlockchainQuery::Types::ValidationException

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

#field_listArray<Types::ValidationExceptionField>

The container for the ‘fieldList` of the exception.



1438
1439
1440
1441
1442
1443
1444
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1438

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The container for the exception message.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1438

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The container for the reason for the exception

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
1444
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1438

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end