Class: Aws::ManagedBlockchainQuery::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The resource passed is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The container for the ‘fieldList` of the exception.
-
#message ⇒ String
The container for the exception message.
-
#reason ⇒ String
The container for the reason for the exception.
Instance Attribute Details
#field_list ⇒ Array<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 |
#message ⇒ String
The container for the exception message.
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 |
#reason ⇒ String
The container for the reason for 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 |